Skip to content

Commit 39b6481

Browse files
authored
Update README.md
1 parent 4404443 commit 39b6481

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

โ€ŽREADME.md

+4
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ interface NaverMapViewProps {
152152
latitude: number;
153153
longitude: number;
154154
zoom: number;
155+
contentsRegion: [Coord, Coord, Coord, Coord, Coord]; // https://navermaps.github.io/android-map-sdk/reference/com/naver/maps/map/NaverMap.html#getContentRegion()
156+
coveringRegion: [Coord, Coord, Coord, Coord, Coord];
155157
}) => void;
156158
onMapClick?: (event: {
157159
x: number;
@@ -331,3 +333,5 @@ export declare enum LayerGroup {
331333
- *react-navigation*์˜ ์Šคํƒ ์Šคํฌ๋ฆฐ ์‚ฌ์šฉ์‹œ ์•ˆ๋“œ๋กœ์ด๋“œ์—์„œ ๋งต๋ทฐ๊ฐ€ ๊ฒน์ณ ๋ณด์ด๋Š” ํ˜„์ƒ์ด ์žˆ์„ ๊ฒฝ์šฐ `useTextureView` ์˜ต์…˜์„ ์ถ”๊ฐ€ํ•ด ์ฃผ์„ธ์š”. [#27](https://github.com/QuadFlask/react-native-naver-map/issues/27)
332334

333335
- ์•ˆ๋“œ๋กœ์ด๋“œ์—์„œ `ScrollView` ๋‚ด๋ถ€์— ์ถ”๊ฐ€ํ•  ๊ฒฝ์šฐ `scrollGesturesEnabled`๋ฅผ ์ด์šฉํ•ด ๋งต ์Šคํฌ๋กค์„ ์ œ์–ดํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. [#62](https://github.com/QuadFlask/react-native-naver-map/issues/62)
336+
337+
- ๋งˆ์ปค ํด๋Ÿฌ์Šคํ„ฐ๋ง์— ํ•„์š”ํ•œ ์ง€๋„ ์ปจํ…์ธ  ์˜์—ญ์€ `onCameraChange` ์ด๋ฒคํŠธ๋ฅผ ํ†ตํ•ด ์–ป์„ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. [#64](https://github.com/QuadFlask/react-native-naver-map/issues/64)

0 commit comments

Comments
ย (0)