On 18 February 2011 09:46, Tony <[email protected]> wrote: > > My problem is that I don't need it centered on that point. I need that > offset.
So use your offset function, map.setShiftedCenter(ll,z,d) >From the code it looks like ll is a GLatLng, z an integer representing the zoom level and d is a GSize representing the vector you should shift the map by. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
