MapLocationFinderResult Class
Contains status code and result location data for a geocoding request.
Properties
Status
The status code for the completed request.
See also: MapLocationFinderStatus
Android
MapLocationFinderStatus getStatus()
iOS
@property (nonatomic, readonly) MSMapLocationFinderStatus status
Locations
Location data returned in the response.
If Status
is not Success
, the list will be empty.
See also: MapLocation
Android
List<MapLocation> getLocations()
iOS
@property (nonatomic, readonly) NSArray<MSMapLocation*>* locations