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
Centerobject with specified properties.Declaration
Swift
public init(longitude: Double? = nil, latitude: Double? = nil)Parameters
longitudeSets the longitude of the center of the map (in degrees East).
latitudeSets the latitude of the center of the map (in degrees North).
 
View on GitHub
Install in Dash
        Center Structure Reference