Adds a model to the map.
The model or models to add to the map.
Optional additional options for the Model.
The created Model, or undefined if creation failed.
// Add a {@link Model} to the map.map.Models.add(coordinate); Copy
// Add a {@link Model} to the map.map.Models.add(coordinate);
Removes a model from the map.
{Model} The Model which should be removed.
mapView.Models.remove(model); Copy
mapView.Models.remove(model);
Remove all the models from the map.
map.MOdels.removeAll(); Copy
map.MOdels.removeAll();
Adds a model to the map.