MapLocationPoint Class

Contains geospatial data for a specific point associated with the location returned from a geocoding request.

Properties

Point

The geopoint for the resource.

See also: Geopoint

Android

Geopoint getPoint()

iOS

@property (nonatomic, readonly) MSGeopoint* point

CalculationMethod

The calculation method used for the resource.

See also: MapLocationPointCalculationMethod

Android

MapLocationPoint.CalculationMethod getCalculationMethod()

iOS

@property (nonatomic, readonly) MSMapLocationPointCalculationMethod calculationMethod

UsageType

The usage type recommended for the resource.

See also: MapLocationPointUsageType

Android

MapLocationPoint.UsageType getUsageType()

iOS

@property (nonatomic, readonly) MSMapLocationPointUsageType usageType

See Also