abstract fun moveMapBy(offsetX: Double, offsetY: Double, duration: Long): Unit
Moves the map toward x,y vector in specified time.
offsetX
- Double: X axis offset in pixels
offsetY
- Double: Y axis offset in pixels
duration
- Long: movement duration in milliseconds