Geoshape Class

Represents a geographic shape.

Android

public abstract class Geoshape

iOS

@interface MSGeoshape : NSObject

Properties

AltitudeReferenceSystem

Altitude reference system used for geographic region.

Android

AltitudeReferenceSystem getAltitudeReferenceSystem()

iOS

@property (nonatomic, readonly) MSMapAltitudeReferenceSystem altitudeReferenceSystem

See also: AltitudeReferenceSystem

GeoshapeType

Indicates the shape of a geographic region.

Android

GeoshapeType getGeoshapeType()

iOS

@property (nonatomic, readonly) MSGeoshapeType geoshapeType

See also: GeoshapeType

See Also