MapPointAnnotation


super: Object

Represents an annotation object tied to the specified point on the map.

Events

  • Load() This event is called when the object becames available in the current runtime system.

  • Unload() This event is called when the object has been removed from the current runtime system (but not yet deallocated).

Properties

  • var title: String A string describing the title of the annotation.

  • var subtitle: String A string describing the subtitle of the annotation.

  • var latitude: Float The coordinate point (latitude) of the annotation.

  • var longitude: Float The coordinate point (longitude) of the annotation.

  • var tag: Int An integer number that you can use to identify your objects in your map.

  • var objectName: String The name of the object.