Monday, March 26, 2012

Please help

Hi all
how can i get an information about the latitude and longitude for a specific country
by using a class in .NET ?

Thank youI'm not sure I understand your question...do you think that there is a class for getting the latitude and longitude for a specific country ? If there i'd be very suprised....

Do you mean that you want to write a class ?

Or perhaps you could use a web service ?

You could write a class to do this...
Hi Melch

i ask about is there exist a class for getting the the latitude and longitude for a specific country ?

Thanks for replay

Ahmed
I may be wrong on this, but I dont believe that there is one 'built in' to the .net framework...

If you think about it, there isn't anything special about latitude and longitude. You just have data.. The capital of the USA is at [XXX],[YYY].

You could make a database that stores all of the latitude and longitude information, and then use functions and classes to Selected countries where the latitude and longitude =...

Is there something special that you are trying to do with this?
> I may be wrong on this, but I dont believe that there is one 'built in' to the .net framework...

You're right. No such geographical functionality is included in the .NET Framework.

The original postermay find some benefit in theMicrosoft MapPoint Web Service.

0 comments:

Post a Comment