My client will enter details like "10 ABBOTT ST,Weymouth,USA" this.for this location i want to show a marker on the google Map.how to find lat and longitude for this location to show the Marker.please tell me how to show marker on the Map based on Address.
How to find Location address latitude and longitude
Still I am not getting any reply from think geo Team from 2 days…
Hi Raj,
Thanks for your post and sorry for the delay. Our product "GeoCoder" can exactly fulfill the functionality for you, Here is a sample video of it: screencast.com/t/01PCzniFE2
More Info About "GeoCoder", please reffer to thinkgeo.com/map-suite-developer-gis/geocoder/ .
Hope it helps
Summer
with out gepcoder can’i it poissible to find location address Latitude and longitude.for finding lat and long values we need to buy another product.if we are not able display markers what is the use of Map
Hi Raj,
Here are two solutions for it,
The first is that if “10 ABBOTT ST,Weymouth,USA” is a column’s id like “Address” in dbf file. then following code could be used:
“shaplayer.FeatureSource.GetFeaturesByColumnValue(“Address”, “10 ABBOTT ST,Weymouth,USA”);”
The second is to use GoogleMap geoCoding developers.google.com/maps/documentation/geocoding/?hl=zh-cn
or Bingmap GeoCode Service msdn.microsoft.com/en-us/library/cc966793.aspx
As far as I know, they need to purchase too.If you have any more question , please feel free to let us know.
Hope it helps
Summer