Home
last modified time | relevance | path

Searched refs:CameraMove (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-maps/build/
H A DMap.d.ts2 import { CameraMove } from './Common.types';
26 moveCamera(cameraMove: CameraMove): Promise<any>;
H A DCommon.types.d.ts101 export type CameraMove = { alias
H A DMap.types.d.ts5 import { CameraMove, LocationChangePriority } from './Common.types';
374 initialCameraPosition: CameraMove;
H A DMap.types.js.map1CameraMove, LocationChangePriority } from './Common.types';\nimport {\n ClusterPressEvent,\n Mar…
H A DCommon.types.js.map1 …e\n * created around the center point by the deltas.\n */\nexport type CameraMove = {\n /**\n *…
H A DMap.js.map1CameraMove } from './Common.types';\nimport { DefaultNativeExpoMapViewProps, ExpoMapState, ExpoMap…
/expo/packages/expo-maps/src/
H A DCommon.types.ts112 export type CameraMove = { alias
H A DMap.types.ts6 import { CameraMove, LocationChangePriority } from './Common.types';
453 initialCameraPosition: CameraMove;
H A DMap.tsx5 import { CameraMove } from './Common.types';
95 async moveCamera(cameraMove: CameraMove) {