Tang
Tang

Reputation: 1

Using http request on Yahoo Map Service C#

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 application for windows mobile using .NET CF 3.5 with windows mobile 6 professional as a target platform.

Upvotes: 0

Views: 515

Answers (1)

kenwarner
kenwarner

Reputation: 29120

HttpWebRequest ought to be able to provide you with this capability

Upvotes: 0

Related Questions