MapViewPoint
public final class MapViewPoint
extension MapViewPoint: Equatable
MapViewPoint records the information of a point on the map.
Version
1.5.0Date
07/09/2019-
Initialize the object.
Declaration
Swift
public init(latitude: Double, longitude: Double, title: String? = nil, subtitle: String? = nil, icon: UIImage? = nil, iconSize: CGSize? = nil, position: MapViewPointPosition = .center, item: Any? = nil)Parameters
latitudeThe latitude.
longitudeThe longitude.
titleThe title.
subtitleThe subtitle.
iconThe point icon.
positionWhere the coordinate point should be in the view.
itemThe item that the point represents.
iconSizeThe size of the icon.
-
Declaration
Swift
public static func == (lhs: MapViewPoint, rhs: MapViewPoint) -> Bool
MapViewPoint Class Reference