On Jan 19, 10:13 am, sazib <[email protected]> wrote: > I want to use Google map API geocoding service which will take input > address at any format the user gives such as N23°41.785',E90°27.807' > I wanna integrate this application to a asp.net website.
The API geocoder can cope with most formats. Have you tried giving it those coordinates in that form? The location appears to be on the Dhaka-Chittagong Highway just east of Dhaka, Bangladesh. So: it's a bog-standard geocoder application. Here's one: http://googlemapsapi.blogspot.com/2007/07/uk-geocoding-now-available-in-maps-api.html. The server-side language is immaterial in a client-based application. Andrew
-- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
