MaplyMovingScreenLabel
Objective-C
@interface MaplyMovingScreenLabel : MaplyScreenLabel
Swift
class 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 (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 (nonatomic) NSTimeInterval duration;
Swift
var duration: TimeInterval { get set }