Doc
This commit is contained in:
parent
4f069ad63f
commit
552a49e0d6
|
@ -22,6 +22,8 @@ export interface HandlersProperties {
|
|||
* * mouseMove to shift the map if the mouse is down
|
||||
* * doubleClick to zoom in
|
||||
* * wheel to zoom in and out
|
||||
* * touchStart, touchEnd and touchCancel to track touch state
|
||||
* * touchMove to shift the map (single finger) or shift and zoom (two fingers).
|
||||
*
|
||||
*/
|
||||
export const Handlers: react.FC<HandlersProperties> = (
|
||||
|
|
Loading…
Reference in New Issue