hi, I wrote a very large application, and try to describe it as simple as I can. I query markers from a server. Since I don't want to query the same marker multiple times, I store them on the client. My storage structure is a matrix. Each entry in the matrix is an area. Each area holds the marker that are inside. In order to know where the area is, I store pixel coordinates.
Now when I don't zoom, just drag the map, everything works fine. But when I change the zoom level (e.g. I zoom out) => I see "more" on the screen. But the function fromDivPixelToLatLng doesn't change the output, because I don't move the card, just zoom. However now the wrong areas are affected and the wrong thing will be drawn to the map. So I need to a function fromDivPixelToLatLng(point, zoomLevel). Is it now clear to you? On Aug 24, 4:22 pm, Marcelo <[email protected]> wrote: > I'd suggest that you describe the goal, not the > step:http://www.catb.org/%7Eesr/faqs/smart-questions.html#goal > > I can't imagine what you possibly could want that for. > > -- > Marcelo -http://maps.forum.nu > -- > > On Aug 24, 3:57 pm, "in.gogle.i.trust" <[email protected]> > wrote: > > > Hi > > I have a question. I would need the function "fromDivPixelToLatLng" > > but with an additional parameter, namely the zoom-level of the card. > > Can anybody help me? > > In other words, something like fromDivPixelToLatLng(point, zoomLevel) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
