MaplyMovingScreenMarker
Objective-C
@interface MaplyMovingScreenMarker : MaplyScreenMarker
Swift
class MaplyMovingScreenMarker : MaplyScreenMarker
A version of the maply screen marker that moves.
This version of the screen marker can move in a limited way over time.
-
The end point for animation
Declaration
Objective-C
@property (nonatomic) MaplyCoordinate endLoc;
Swift
var endLoc: MaplyCoordinate { get set }
-
How long it will take the screen marker to get to endLoc
Declaration
Objective-C
@property (nonatomic) NSTimeInterval duration;
Swift
var duration: TimeInterval { get set }