Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 268 Bytes

File metadata and controls

12 lines (8 loc) · 268 Bytes

Description

Changes the center of the map by the given distance in pixels. The map coordinate system increases from west to east (for x values) and north to south (for y values).

Example

map.panBy(100, 100);

map.panBy(-100, -100);