I'm currently using yahoo map service to display a static image of a location with the latitude and longitude that I suppiled, and this work fine.
But I was just wondering if it possible to send an url request to the service that will return an image with multiple markers on the image? (ie. more than one locations marked).
If anyone know how to do this, please help!
Thank you very much!
ps. I am developing my applicatio开发者_运维百科n for windows mobile using .NET CF 3.5 with windows mobile 6 professional as a target platform.
HttpWebRequest ought to be able to provide you with this capability
精彩评论