UNPKG

@react-native-kakao/map

Version:

React Native Kakao Map SDK

12 lines (9 loc) 265 B
import type { Camera } from '../type/type'; import { Const } from './Const'; export const nullCamera: Required<Camera> = { lat: Const.nullNumber, lng: Const.nullNumber, tilt: Const.nullNumber, rotation: Const.nullNumber, zoomLevel: Const.nullNumber, };