Ok, I get it. I can photo shop a marker and make it smaller. I am not sure what happens to a round icon to make it smaller but that is not the real issue. How can I make all the other controls like zoom smaller too. I appears that once you make the total size of the map less than about 300~400 px square the markers, icons, popup boxes, controls and map style control box to big to fit on small map profile. Why isnt there a zoom feature that sets all these item with one code command. This business of having to manipulate each item to set its size is complex and for me a novice, impossible.
On Jul 14, 5:07 pm, Rossko <[email protected]> wrote: > > I have tried to insert the code but don't know how to make it work. > > Where is the map where you tried? > > > My code does not call for a paticular image file so I guess it is > > getting the google default. > > If you want a non-standard size then you must create a custom marker, > as per the example. You can of course base your custom marker on > Google's default red lollipop image, which you can get > fromhttp://maps.gstatic.com/intl/en_ALL/mapfiles/marker.png > > > I also have multiple markers so does this > > work globably or does it have to be repeated for each marker > > You can create the icon image just once, and re-use it for each > marker. > > You will of course have to tell each of the markers to use that image, > which is done by setting an option, as seen in the Google icons > example. -- 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.
