MaplyMovingGeomModelInstance

Objective-C

@interface MaplyMovingGeomModelInstance : MaplyGeomModelInstance

Swift

class MaplyMovingGeomModelInstance : MaplyGeomModelInstance

A version of the geometry model instance that moves.

This version of the geometry model instance can move in a limited way over time.

  • The end point for animation

    Declaration

    Objective-C

    @property (nonatomic) MaplyCoordinate3d endCenter;

    Swift

    var endCenter: MaplyCoordinate3d { get set }
  • How long it will take to get to the endCenter

    Declaration

    Objective-C

    @property (nonatomic) NSTimeInterval duration;

    Swift

    var duration: TimeInterval { get set }