Releases: LBSTECH/naver_map_plugin
Releases · LBSTECH/naver_map_plugin
naver_map_plugin 0.9.4
0.9.3
- fix isDebugMode.
0.9.4
- change maven repository url. (android)
- new property of naver map: content padding
- at the previous version, you have to use
NaverMapController
to set content Padding.
- at the previous version, you have to use
- allow attributes of overlays(marker, path, polygon, circle) be changed dynamically.
- thanks to #22
I'm considering about using hybrid composition. as you see, that requires flutter version 1.22.2. so, that will be applied in the future, cuz lots of people use lower version.
naver_map_plugin 0.9.2
0.9.1
-
Breaking Change!!
- Changed onCameraChange()'s argument
- added
CameraChangeReason
andanimated
- 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.
0.9.2
- changed iOS target version to 9.0
- issue about how to display openGL (Android)
- disappear isDevMode property of NaverMap
- see README.md
naver_map_plugin 0.9.0
New Feature : PolygonOverlay
- display polygon overlay on naver map
- set coordinates(
List<LatLng>
) composed of each point of vertex - we recommend to align coordinates of outline clockwise and coordinates of holes counterclockwise.
- or some unknown error occurred on iOS platform... (I don't know what's gonna happen exactly)
- Radically end of coordinates and start of coordinates must be equal, but you don't have to.
- you can adjust fill color (default value is white) , outline color (default value is black) , outline width (default value is 0) .
naver_map_plugin 0.8.8
0.8.8
- new feature of NaverMapController
- get meter per dp/meter per pixel
- set Content Padding
- add touch event callback to only android
- onMapDoubleTap
- onMapTwoFingerTap
- onMapLongTap
- 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
- hotfix fix Error
- some properties of Marker occur type conversion Error in Android
- captionTextSize
- subCaptionTextSize
- Alpha
- type conversion Error in NaverMapController's getSize()
- onCameraChange not work on IOS LINK
naver map plug in
stable version
naver_map_plugin
naver map plug in - v0.8
Flutter Plugin
- initial release.
Android와 iOS에서 네이버 지도를 Flutter 프로젝트에서 사용할 수 있게 하는 플러그인.