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) -> BoolParameters
coordinatesCoordinates to animate the marker to
secondsDuration in seconds of the animation.
easeEasing to use for animation.
Return Value
True if successful, false if error or marker has not been added to the map
View on GitHub
SystemPointMarker Class Reference