Class Models

Methods

  • Adds a model to the map.

    Parameters

    Returns Model[]

    The created Model, or undefined if creation failed.

    // Add a {@link Model} to the map.
    map.Models.add(coordinate);
  • Removes a model from the map.

    Parameters

    • model: Model

      {Model} The Model which should be removed.

    Returns void

    mapView.Models.remove(model);
    
  • Remove all the models from the map.

    Returns Model[]

    map.MOdels.removeAll();