SystemPointMarker
public class SystemPointMarker : Marker, GenericSystemPointMarker
Base class for system point markers.
-
The coordinates that the marker should be placed at on the map.
Declaration
Swift
public var point: TGGeoPoint
-
Returns a marker whose visual properties have been defined by a house style.
Declaration
Swift
public static func initWithMarkerType(_ markerType: PointMarkerType) -> GenericSystemPointMarker
-
Animates the marker from its current coordinates to the ones given.
Declaration
Swift
public func setPointEased(_ coordinates: TGGeoPoint, seconds: Float, easeType ease: TGEaseType) -> Bool
Parameters
coordinates
Coordinates to animate the marker to
seconds
Duration in seconds of the animation.
ease
Easing to use for animation.
Return Value
True if successful, false if error or marker has not been added to the map