addMapObjectLayer abstract method

RootMapObjectCollection addMapObjectLayer(
  1. String layerId
)

Creates a new independent map object collection linked to the specified layer ID. Sublayers will be added after corresponding sublayers of the topmost layer.

Implementation

mapkit_map_map_object_collection.RootMapObjectCollection addMapObjectLayer(
    core.String layerId);