> actually i am storing some addresses of properties. based on that > addresses i need to show them in Google map. > I don't have lat/logt .how can i show those properties in map without > having lat/logt in database.
You geocode them. Look for geocoding in the popular tutorials or examples. Example from http://econym.org.uk/gmap/ http://econym.org.uk/gmap/geo.htm It's a good idea to store the lat/longs as you add the properties to your database. (a) If any addresses won't look up, you can fix it manually at the time. (b) If any address places are inaccurate, you can fix it at the time. (c) It's really stupid (slow and error prone) to keep looking up the same addresses every time someone looks at your webpage. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
