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