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) -> BoolParameters
coordinatesCoordinates to animate the marker to
secondsDuration in seconds of the animation.
easeEasing to use for animation.
View on GitHub
GenericPointMarker Protocol Reference