On Aug 24, 2:21 pm, 3D-kreativ <[email protected]> wrote: > Hi, > > I use a filled circle within a 28x28 png image for the marker and a > bigger filled circle within a 38x38 png image to onmouseover. This > creates a nice effect, but the problem is that the bigger image hasn't > the center position as the smaller image. Looks like the images starts > from the bottom of the image. Could this be solved in any way? Thanks!
See the documentation on MarkerImage: http://code.google.com/apis/maps/documentation/javascript/reference.html#MarkerImage in particular: anchor Point The position at which to anchor an image in correspondance to the location of the marker on the map. By default, the anchor is located along the center point of the bottom of the image. -- Larry -- 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.
