naver_map_plugin 0.9.4 naver_map_plugin: ^0.9.4 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 #
fix iOS camera onIdle delegate,
0.8.5 #
- new feature of NaverMapController
- get meter per dp/meter per pixel
- set Content Padding
- add touch event callback to only android
- onMapDoubleTap
- onMapTwoFingerTap
- onMapLongTap
0.8.6 #
- hotfix fix Error
- some properties of Marker occur type conversion Error in Android
- captionTextSize
- subCaptionTextSize
- Alpha
0.8.7 #
- New Class : LocationOverlay
- location overlay usually represent user's current position.
- setPosition : move location overlay to specific LatLng(given by parameter)
- setBearing : set bearing(azimuth) of location overlay
- 0.0 means north
- fix Error
- type conversion Error in NaverMapController's getSize()
0.9.0 #
- new feature added!! : polygon overlay
- use polygon overlay to display polygon
0.9.1 #
- Breaking Change!!
- Changed onCameraChange()'s argument
- added CameraChangeReason and animated
- CameraChangeReason is Enum. which means the reason of camera view changing
- CameraChangeReason.developer: moved by API(default)
- CameraChangeReason.gesture: moved by user's gesture
- CameraChangeReason.control: moved by button click event
- CameraChangeReason.location: moved by location tracking mode
- New Class AnchorPoint
- use for Marker's anchor property.
- represent the point on which the icon is referenced.
- Changed onCameraChange()'s argument
0.9.2 #
- changed iOS target version to 9.0
- issue about how to display openGL (Android)
- disappear
isDevMode
property ofNaverMap
- see README.md
- disappear
0.9.3 #
- fix isDebugMode.