- (BOOL) addPlaceID: | (NSString *_Nonnull) | placeID | |
imageURL: | (NSURL *_Nullable) | imageURL | |
data: | (NSDictionary *_Nullable) | data | |
position: | (VMEPosition *_Nonnull) | position | |
size: | (VMEPlaceSize *_Nullable) | size | |
anchorMode: | (VMEPlaceAnchorMode) | anchorMode | |
altitudeMode: | (VMEPlaceAltitudeMode) | altitudeMode | |
displayMode: | (VMEPlaceDisplayMode) | displayMode | |
orientation: | (VMEPlaceOrientation *_Nullable) | orientation | |
visibilityRamp: | (VMEPlaceVisibilityRamp *_Nullable) | visibilityRamp | |
Adds a dynamic place to the map.
placeID | The ID of the place. If the ID corresponds to an existing dynamic place, then it will be replaced. If the ID corresponds with a static place ID, then this call will fail. |
imageURL | A URL that references an image that will be used to represent the place within the map. Secure http (i.e. https) is not currently supported. |
data | A data object for populating the place information. For the expected format, please see Place data format. |
position | The place's position within the map |
size | Controls the place's size |
anchorMode | Determines how the place will be anchored to the map. |
altitudeMode | Determines how to interpret the altitude attribute of the position parameter. |
displayMode | Determines how the place is displayed |
orientation | Controls the place's orientation |
visibilityRamp | Controls the place's visibility |