Searched refs:CameraMove (Results 1 – 9 of 9) sorted by relevance
2 import { CameraMove } from './Common.types';26 moveCamera(cameraMove: CameraMove): Promise<any>;
101 export type CameraMove = { alias
5 import { CameraMove, LocationChangePriority } from './Common.types';374 initialCameraPosition: CameraMove;
1 …CameraMove, LocationChangePriority } from './Common.types';\nimport {\n ClusterPressEvent,\n Mar…
1 …e\n * created around the center point by the deltas.\n */\nexport type CameraMove = {\n /**\n *…
1 …CameraMove } from './Common.types';\nimport { DefaultNativeExpoMapViewProps, ExpoMapState, ExpoMap…
112 export type CameraMove = { alias
6 import { CameraMove, LocationChangePriority } from './Common.types';453 initialCameraPosition: CameraMove;
5 import { CameraMove } from './Common.types';95 async moveCamera(cameraMove: CameraMove) {