Map Services API Reference - Native
Note
Bing Maps SDK for Android and iOS retirement
Bing Maps SDK for Android and iOS is deprecated and will be retired. Free (Basic) account customers can continue to use Bing Maps SDK for Android and iOS until June 30th, 2025. Enterprise account customers can continue to use Bing Maps SDK for Android and iOS until June 30th, 2028. To avoid service disruptions, all implementations using Bing Maps SDK for Android and iOS will need to be updated to use Azure Maps Web SDK by the retirement date that applies to your Bing Maps for Enterprise account type.
Azure Maps is Microsoft's next-generation maps and geospatial services for developers. Azure Maps has many of the same features as Bing Maps for Enterprise, and more. To get started with Azure Maps, create a free Azure subscription and an Azure Maps account. For more information about azure Maps, see Azure Maps Documentation. For migration guidance, see Bing Maps Migration Overview.
Note
In Android APIs, consider unannotated parameters and methods implicitly annotated as non-null. Nullable annotations are explicit.
In iOS APIs, all nullability annotations are explicit.
Geospatial
Geospatial Classes
Name | Details |
---|---|
GeoboundingBox | Describes a geographic rectangular area. |
Geopoint | Describes a geographic point. |
Geoposition | Describes a geographic position's basic information: latitude, longitude, and altitude. |
Geoshape | Describes a geographic shape. |
Geospatial Enumerations
Name | Details |
---|---|
AltitudeReferenceSystem | Indicates what an altitude value is relative to. |
GeoshapeType | Describes the shape of a geographic region. |
Map Services
Map Services Classes
Name | Details |
---|---|
MapLocation | Contains data about a specific location returned from a geocoding request. |
MapLocationAddress | Contains address data for a specific location returned from a geocoding request. |
MapLocationFinder | Forms and sends geocoding requests. |
MapLocationOptions | Forms optional parameters for a geocoding request. |
MapLocationPoint | Contains geospatial data for a specific point associated with the location returned from a geocoding request. |
MapLocationFinderResult | Contains status code and result location data for a geocoding request. |
MapServices | Provides common methods for map services. |
Map Services Enumerations
Name | Details |
---|---|
MapLocationEntityTypes | The entity types to be included in the response for a geocoding request. |
MapLocationMatchCode | The geocoding level for a location returned from a geocoding request. |
MapLocationPointCalculationMethod | The method that was used to compute the geopoint for a location returned from a geocoding request. |
MapLocationPointUsageType | The best use for the geopoint for a location returned from a geocoding request. |
MapLocationFinderStatus | Status code for a geocoding request. |
Map Services Interfaces
Name | Details |
---|---|
OnMapLocationFinderResultListener (Android) | Represents an interface for handling the results of a geocoding request, on Android. |
MapLocationFinderResultHandler (iOS) | Represents an interface for handling the results of a geocoding request, on iOS. |