Home > @magiclane/maps-sdk > GemView > scroll
GemView.scroll() method
Scroll map.
Signature:
scroll(input: {
dx: number;
dy: number;
}): void;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ dx, dy } |
(not declared) | |
|
input |
{ dx: number; dy: number; } |
input properties:
- dx: number
- dy: number
Returns:
void
Exceptions
An exception if it fails.