function north(){ myMap.panUp(); }
it'd be a nice enhancement request to be able to specify the amount of the pan.
PS don't worry, I haven't sold out and decided to include pan arrows on my map. This is for something else 🙂
Up: map._fixedPan(0, map.height * -0.0135) Right: map._fixedPan(map.width * 0.0135, 0) Down: map._fixedPan(0, map.height * 0.0135) Left: map._fixedPan(map.width * -0.0135, 0)
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.