开发者

mapview for bing maps in android

开发者 https://www.devze.com 2023-01-15 01:24 出处:网络
I am using bing maps for showing the distances between specified places in my app. We are using SOAP request for getting the image from bing. that image we are showing in WebView.

I am using bing maps for showing the distances between specified places in my app. We are using SOAP request for getting the image from bing. that image we are showing in WebView.

We want the effect same like shown in bing map website like zooming and panning effect. But through the SOAP we are unable to do that because, it gives us only one image at a time.

I have tried ImageView also for it but, not useful.

I have also tried to used mapview available in android but, it is not useful for these reasons.

  1. I am requesting map through the SOAP request.
  2. I am not using any API key for getting the map images.
  3. It uses "com.google.android.maps" f开发者_开发技巧or library.

I would like to know is there any solution for such problem?


Bing Maps Android SDK from InKnowledge might be what you want to use. BingMapsView gives you zooming and panning effect without much trouble.

0

精彩评论

暂无评论...
验证码 换一张
取 消