TileEndpointConfiguration

extension TileEndpointConfiguration
  • Initializes an object that configures a navigator to obtain routing tiles of the given version from an endpoint, using the given credentials.

      - parameter credentials: Credentials for accessing road network data.
      - parameter tilesVersion: Routing tile version.
      - parameter minimumDaysToPersistVersion: The minimum age in days that a tile version much reach before a new version can be requested from the tile endpoint.
      - parameter targetVersion: Routing tile version, which navigator would like to eventually switch to if it becomes available
    

    Declaration

    Swift

    convenience init(credentials: DirectionsCredentials, tilesVersion: String, minimumDaysToPersistVersion: Int?, targetVersion: String?)