On Aug 30, 4:43 am, morpeho <[email protected]> wrote:
> Hi all.
>
> I have a problem with one map.

Where is that map?
http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines
http://groups.google.com/group/google-maps-api/web/why-including-a-link-is-critical

>
> I found a lot of reference in internet about this issue, but I don't
> find any solution.
>
> I have a v2 google maps map with more than 30 marks.
>
> When I make zoom in map, the points are moved a little bit. The
> markers are only showed in the correct position when map are in the
> more closer zoom.
>
> I set the center map on level 14.
>
> Below you can see an example code, sorry but I can't write the example
> page:
>

This won't work, need to be numbers:
> map.setCenter(new GLatLng(XX,XXXXXX, -XX,XXXXX), 14);



You are using custom markers. Most likely they are defined
incorrectly, but we can't see them.
> var icon = new GIcon();
> icon.image = "./icono_mark_2.png";
> icon.iconSize = new GSize(32, 32);
> icon.iconAnchor = new GPoint(32, 32);
> icon.infoWindowAnchor = new GPoint(10, 8);


> Can you help me please?

Post a link to your map if the above doesn't help.

  -- Larry

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-api?hl=en.

Reply via email to