naver_map_plugin 0.8.7 naver_map_plugin: ^0.8.7 copied to clipboard
flutter naver map plugin support android and iOS. naver map service is limited to south korea which has high accuracy.
0.8.0 #
- initial publish Flutter Plug-in which shows naver map on flutter project support Android and iOS.
0.8.1 #
최초 퍼블리싱 이후 누락된 파일 추가 업로드
0.8.2 #
0.8.3 #
0.8.4 #
iOS camera onIdle delegate 수정,
0.8.5 #
미터/dp 또는 미터/pixel, 지도 Content Padding, 안드로이드의 지도 touch event 추가
0.8.6 #
hotfix - Marker 속성중 captionTextSize, subCaptionTextSize, Alpha 의 android에서의 데이터 변환 오류 수정
0.8.7 #
- LocationOverlay Class 추가.
- 위치 오버레이 : 사용자의 위치를 표시하기 위해 사용되는 오버레이
- setPosition : LatLng 객체를 전달하여 특정 위치로 위치 오버레이 이동
- setBearing : double 형으로 특정 방위각을 전달하여 위치오버레이의 방위각 조정(0은 정북쪽을 의미)
- NaverMapController 의 getSize() type 변환에러 해결