forMap abstract method

MapLayerBuilder forMap(
  1. HereMapControllerCore targetMap
)

Configures the builder to display a layer in the given map.

The map is a mandatory layer creation parameter.

  • targetMap The map.

Returns MapLayerBuilder. This class instance.

Implementation

MapLayerBuilder forMap(HereMapControllerCore targetMap);