You can have a read of the docs http://code.google.com/apis/maps/documentation/javascript/ but some answers are inline
-- Luke On Tue, Aug 2, 2011 at 9:54 AM, gavinxyang <[email protected]> wrote: > 1. how to move the zoom bar from left to right > Look at the mapOptions - http://code.google.com/apis/maps/documentation/javascript/reference.html#MapOptionsyou will want to change the zoomControlOptions > > 2. just show map , not show satelite on the tab "map|satelite" > Look at the map options again here, but you will want to set the mapTypeControl to be false > > > 3. I want to use my own picture on the marker, but want to use my own > text. > I'm not sure what you mean by 'but want to use my own text' but have a look at the setting the MarkerImage http://code.google.com/apis/maps/documentation/javascript/reference.html#MarkerImageon a Marker. > > > If you have any hints on these, I will be very appreciated. > > -- > 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. > > -- 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.
