UNPKG

@react-native-kakao/map

Version:

React Native Kakao Map SDK

9 lines 232 B
import { Const } from './Const'; export const nullCamera = { lat: Const.nullNumber, lng: Const.nullNumber, tilt: Const.nullNumber, rotation: Const.nullNumber, zoomLevel: Const.nullNumber }; //# sourceMappingURL=Util.js.map