MapzenManager

open class MapzenManager: NSObject, MapzenManagerProtocol

MapzenManager is a singleton object used for managing state between the various dependencies. Right now, it only manages the API key system.

  • The single object to be used for all access

    Declaration

    Swift

    open static let sharedManager = MapzenManager()
  • The Mapzen API key. If this is not set, exceptions will get raised by the various objects in use.

    Declaration

    Swift

    dynamic open var apiKey: String?