Center
public struct Center : Encodable
Undocumented
-
Sets the longitude of the center of the map (in degrees East).
Declaration
Swift
public var longitude: Double?
-
Sets the latitude of the center of the map (in degrees North).
Declaration
Swift
public var latitude: Double?
-
Creates
Center
object with specified properties.Declaration
Swift
public init(longitude: Double? = nil, latitude: Double? = nil)
Parameters
longitude
Sets the longitude of the center of the map (in degrees East).
latitude
Sets the latitude of the center of the map (in degrees North).