GenericPointMarker

public protocol GenericPointMarker: GenericMarker

Generic point marker protocol definition.

  • The coordinates that the marker should be placed at on the map.

    Declaration

    Swift

    var point: TGGeoPoint
  • Animates the marker from its current coordinates to the ones given.

    Declaration

    Swift

    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.