UNPKG
@react-native-kakao/map
Version:
latest (2.2.7)
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
React Native Kakao Map SDK
rnkakao.dev
mym0404/react-native-kakao
@react-native-kakao/map
/
lib
/
module
/
util
/
Util.js
9 lines
•
232 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
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