c# - How to get my current location using Bing Maps SOAP Services? -


i making c# program in wpf. basing codes here: http://msdn.microsoft.com/en-us/library/dd221354.aspx . currently, done doing geocoding , reverse geocoding. want know how can use know current location automatically without inputting latitude , longitude.

those services response input of either address or coordinate. service won't able tell without providing information. in wpf application need make use of location platform in windows access users location device. location platform users location using 1 of several methods such as; gps, wifi triangulation, ip address lookup. provide coordinate (latitude/longitude) of approximately. if want address information send coordinate reverse geocoding service. can find information on how use location platform in wpf here: http://www.codeguru.com/csharp/.net/article.php/c16973/using-the-windows-7-sensor-and-location-platform-from-c.htm


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -