SelectableSystemPointMarker
public class SelectableSystemPointMarker : Marker, GenericSelectableSystemPointMarker
Base class for system point markers.
-
Updates the visual properties to indicate active status (ie. updates search pin to be gray when inactive).
Declaration
Swift
public var active: Bool -
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: SelectablePointMarkerType) -> GenericSelectableSystemPointMarker -
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 or false if an error occured or the marker hasn’t been added to a map
View on GitHub
SelectableSystemPointMarker Class Reference