Hi, I'm new to developing with google maps api. With API v3 is it possible to locate places by name, or particuarly 'type of civil building' e.g. hospital or police station.. rather than having to specify a postal address? When you search with google maps or google earth you can easily find hospitals but I can't seem to get any results using the gecode request unless there is actually an address in the search region like 'hospital road' or 'police street'....
here is the code I'm using: var geoc = new google.maps.Geocoder(); geoc.geocode ({address:addressString,region:regionString,bounds:myBounds},function (results,status){}); -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.