LatitudeAxis
public struct LatitudeAxis : Encodable
Undocumented
-
Sets the range of this axis (in degrees), sets the map’s clipped coordinates.
Declaration
Swift
public var range: InfoArray?
-
Sets whether or not graticule are shown on the map.
Declaration
Swift
public var showGrid: Bool?
-
Sets the graticule’s starting tick longitude/latitude.
Declaration
Swift
public var tick0: Double?
-
Sets the graticule’s longitude/latitude tick step.
Declaration
Swift
public var dTick: Double?
-
Sets the graticule’s stroke color.
Declaration
Swift
public var gridColor: Color?
-
Sets the graticule’s stroke width (in px).
Declaration
Swift
public var gridWidth: Double?
-
Creates
LatitudeAxis
object with specified properties.Declaration
Parameters
range
Sets the range of this axis (in degrees), sets the map’s clipped coordinates.
showGrid
Sets whether or not graticule are shown on the map.
tick0
Sets the graticule’s starting tick longitude/latitude.
dTick
Sets the graticule’s longitude/latitude tick step.
gridColor
Sets the graticule’s stroke color.
gridWidth
Sets the graticule’s stroke width (in px).