ThinkGeo.com    |     Documentation    |     Premium Support

How to find location latitude and longitude values

 i have a location table in my datbase , in that i have all the location information.i want to show those locations in the form of markers on the Google map.how to show those locations lattitude and longitude values of location.In normal goggle maps they provide Key(consumer key) by using that key we can find lat and longtude values.but here how to find the location lat and longtude values .if we know the lat and longitude then only we can add markers on the Map.please tell me how to find location lat and longitude values based on location address.Is there any method or key provided by think geo to fing lat and longitude values of a location



 Hello rajanikanth,


 
Thanks for your post, if your location table can provide some street address information(zip, street name etc.) you can use MapSuiteGeocoder to get the location latitude and longitude through the information. 
 
Here is a guide of Geocoder: wiki.thinkgeo.com/wiki/Map_Suite_Geocoder.
 
Regards,
 
Gary

 Helo Gray,


i am using Map suite web edition.Map suite geo coder works for Desk top application i think so.I need in web application just i want to find location Lat and logitude values to show a marker.is it possible to find location lat and longitude values with out using map suite geo coder.



Hello rajanikanth, 
  
 If your location information already including coordinate information, it’s possible find a way to translate to lat&lon, then it’s easy to display on the GoogleMap. But if your location information is like a special address or something similar, sorry to say, we have to use GeoCoder to decode it from location to a coordinate. 
  
 Could you please show us how your location information looks like? 
  
 Regards, 
  
 Gary

My locations is like 1>Whitefield city,New Hampshire,Usa


                                   2>Torrington city,usa


                                  3>33 SW-W,Jaffrey,New Hampshire,US


like this iam having location address so i need to find lat and long values for my location to display markers on the map.for this iam using one method like



 Artem.Google.Net.GeoRequest request2 = new Artem.Google.Net.GeoRequest("33 SW-W,Jaffrey,New Hampshire,US");


                Artem.Google.Net.GeoResponse response2 = request2.GetResponse();


                Artem.Google.Net.GeoLocation location2 = response2.Results[0].Geometry.Location;


                double latitude2 = location2.Latitude;


                double longitude2 = location2.Longitude;


this is my normal google map method.whether think geo providea any way to fing lat and long values of location.here also iam getting one problem when i use postal address it showing error,ex:(33 SW-W,Jaffrey,New Hampshire,US)this location is showing error.please tell me how to fin location lat and long values in think geo maps




Hello , 
  
 Thanks for your further information, but your provided street address is valid for us because the Web Edition cannot provide a database to search the street information, Geocoder is a product working for match the specified data and it has full US street  information database files, it can get coordinate through street address or otherwise. It works independence, so it can works on any editions of our products. 
  
 Regards, 
  
 Gary