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.
- I am requesting map through the SOAP request.
- I am not using any API key for getting the map images.
- 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.
精彩评论