Home   Help Search Login Register  

Author Topic: [?] Map Markers  (Read 720 times)

0 Members and 1 Guest are viewing this topic.

Pointman

  • Guest
[?] Map Markers
« on: 05 Feb 2003, 04:30:15 »
Is there a way to detect the "level of zoom" on the map? What i want to do is to scale markers depending on zoom.... you know how HUGE those markers get when you zoom out all the way

Offline Spinor

  • Members
  • *
  • I'm a llama!
    • The chain of command
Re:[?] Map Markers
« Reply #1 on: 10 Feb 2003, 12:12:56 »
AFAIK, there is in general no way to detect the level of zoom. You can force a certain map zoom (and map position) by using

mapAnimAdd [ time, zoom, pos ]; mapAnimCommit

where time determines the transition time. zoom takes values between (I think) 0 (all zoomed in) and 0.5 (all zoomed out).