Bing Maps Android SDK是一套使用JAVA语言基于微软Bing Maps AJAX v7 Control之上开发的一套GIS开发API,并开源发布于Codeplex,以帮助Android开发人员创建基于微软Bing Maps AJAX V7 Control的地图应用程序。

  项目地址:http://bingmapsandroidsdk.codeplex.com/

      

  功能列表

  - Built on top of Bing Maps AJAX V7
  - Touch controls added to support pinch to zoom, and double tap to zoom
  - Majority of map functionalities are wrapped with Java code so that there is no need to write JavaScript code. This should make things easier for Android developers.
  - Requires Bing Maps Key
  - Supports Pushpins, Polylines, Polygons, EntityCollections, and TileLayers.
  - Libraries for accessing Bing Maps REST service supports Geocoding (Address and query searches), Reverse Geocoding, Routing with support for all route options.
  - Libraries for accessing Bing Spatial Data service supports FindByArea, FindByID, and FindByProperty.
  - All service calls have an Asynchronous task which make requests to Bing Servers and parses the response on a background tread.
  - Works in any orientation.
  - Infobox support.
  - Support for GeoRSS files.

  未来计划

  - Support for localization.
  - Documentation of code, and articles on how to use the SDK to create an application.
  - UI controls for rotating Birdseye view.
  - Clustering.
  - Best Map View support for data.
  - Location Details view.

  参考资料

  [1]、http://rbrundritt.wordpress.com/2011/03/21/bing-maps-android-sdk-released/

  

更多相关文章

  1. android sdk+eclipse+adt 配置与开发
  2. Android系统中设置TextView的行间距(非行高)
  3. 《Android开发从零开始》——1.Android开发环境的搭建
  4. Android之倍数提高工作效率的 Android(安卓)Studio 奇技
  5. Android开发—利用FrameLayout实现图标中间显示文字
  6. 移动开发者大会.html5。Android。ios。wp联盟
  7. Android开发者指南(5) ―― monkeyrunner
  8. Android(安卓)开发环境下载地址 -- 百度网盘 adt-bundle android
  9. android 开发笔记

随机推荐

  1. 闲谈Android中的@和?符号的引用区别
  2. 待续
  3. [原]Android应用程序发送广播(sendBroadca
  4. Android动态设置Margin的方法
  5. [转]Android Recovery模式
  6. Android SDK Manager 更新时的“https://
  7. Android 反汇编Smali语言中插入log打印
  8. android-下载 gradle很慢的解决办法
  9. 一些记号贴(不完整仅入入门)
  10. android 控件颜色随焦点变化实例