On Nov 10, 6:26 pm, gibsongk55 <[email protected]> wrote: > Hi, > > I could only get one set of code to work to display the map. But > it displays the entire city not the streets. If you zoom in it > does not show the street or a marker.
There is no code on your page to do that. To display a marker, you need to add one: http://code.google.com/apis/maps/documentation/javascript/overlays.html#Markers To change the zoom, you need to change the zoom. > > I use the geocoder to get the long + lat so that is not the > problem. There is no code on your page to call the geocoder (not that you should need to for a single address that is known ahead of time), hopefully you mean you are using the geocoding web service to save the coordinates in a database. -- Larry > > Here is a sample page: http://www.rent4bowls.com/index.php?newsid=146 > > code i am using in my page: > > > Thank you for any help. > > Gibs -- 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 [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-js-api-v3?hl=en.
