-
Notifications
You must be signed in to change notification settings - Fork 22
Getting_Started
The Bing Maps SDK for Android and Bing Maps SDK for iOS are libraries for building mapping applications for Android and iOS. The SDKs feature a native map control and an accompanying map services API set.
The map controls are powered by a full vector 3D map engine with a number of standard mapping capabilities including displaying icons, drawing polylines and polygons, and overlaying texture sources. This engine brings in the same 3D Native support you know from our XAML Map Control in Windows 10, including worldwide 3D elevation data (via our DEM).
The controls share much in common with the Map Control in Windows 10, so many of the concepts from the Windows 10 control apply as well.
Note that you must obtain a Bing Maps Key in order to use the Bing Maps SDK. The Bing Maps Key will need to be specified through the API in order to use the Bing Maps native control and to make API requests to Bing Maps services. Visit the Bing Maps Dev Center Help page for detailed steps on obtaining one.
The repository contains sample applications for Android and iOS to quickly get you started
| Area | Description |
|---|---|
| Getting Started with Android | Add the Bing Maps Android control to your application. |
| Getting Started with iOS | Add the Bing Maps iOS control to your application. |
| Map Control Concepts | Learn the major set of concepts and examples that can help you to write your application. |
| API Documentation | Documentation on the methods, properties, and basic function of the map control's types. |