Map

Protocol that aggregates core functionalities of the map.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • The object that acts as the delegate of the Map.

    Declaration

    Swift

    var delegate: MapDelegate? { get set }
  • The object that acts as the data source of the Map.

    Declaration

    Swift

    var dataSource: MapDataSource? { get set }