ThinkGeo.com    |     Documentation    |     Premium Support

How to display different GPS format valus on the map

 my client will enter below format GPS  latitude and longitude.isi it possible to show all differnent formats on the map


(1) Decimal Degrees  


(2) Decimal Minutes


(3) Degrees  Minutes  Seconds


(4) Meters


 


(5) Feet


after entering all the location gps address then i need to show these location GPS address as a matkers.is it possible to show all differnt formats on the map.if its possible means how i need to diplay on the map.




Hi Raja,
 
Thanks for your post, attached is the sample code would you please try it?
 
Hope it helps
 
Johnny

Post11289Sample.txt (2.66 KB)

thanks for your reply,i think u miss Decimal minits.i am not able find how to show only degrees and minits without seconds.is there any possibility to show for degrees and minits only.

Hi Raj,



Thanks for your reminding, attached is the amended sample, would you please try it? if you have any more question , please feel free to let us know.



Hope it helps



Summer


001_Post11289Sample.txt (3.08 KB)

Thanks summer,





But here iam getting only absaloute value of Minits .i want exact value of minits like 18.3456 like this when it returns degrees and minits that should be equal to decima degree value.i want exacr minits value with decimal point values also.

Hi Rajanikanth, 
  
 I think you can just did some simple change for Summer’s code to implement your requirement. 
  
 You can format the string by String.Format with parameter and here is a topic about how to convert between DecimalDegree and DMS. 
 cwanamaker.hubpages.com/hub/How-to-Convert-Between-Decimal-Degrees-and-Degrees-Minutes-Seconds 
  
 Regards 
  
 Don