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) -> 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 or false if an error occured or the marker hasn’t been added to a map