kakao_map_plugin 0.3.0 copy "kakao_map_plugin: ^0.3.0" to clipboard
kakao_map_plugin: ^0.3.0 copied to clipboard

This is a plug-in project made by using the webview_flutter package so that the javascript of Kakao map api can be used on the flutter.

0.3.0 #

  • Integration and implementation of an example for searching places by keyword
  • Integration and implementation of an example for displaying a list of places searched by keyword
  • Integration and implementation of an example for searching places by category
  • Integration and implementation of an example for searching places by specific categories
  • Integration and implementation of an example for displaying places by address
  • Integration and implementation of an example for obtaining an address by coordinates
  • Integration and implementation of an example for converting WTM coordinates to WGS84 coordinates
  • Modification of the example source for marker clustering
  • Addition of options when using setLevel

0.2.6 #

  • Modified the street view to allow dynamic setting of central coordinates.
  • Added zIndex properties for polyline, polygon, circle, and rectangle.
  • Changed the location of the addJavaScriptChannels code.
  • Fixed a missing > tag in div element for addCustomOverlay.

0.2.5 #

  • Modify the hard-coded style in the Polyline drawing.

0.2.4 #

  • Modified CustomOverlay click event

0.2.3 #

  • Added Marker Clusterer

0.2.2 #

  • Changed the default value of the image marker's offset.

0.2.1 #

  • Modified to accept xAnchor, yAnchor, and zIndex as parameters.

0.2.0 #

  • Fixed bugs in getLevel and getMapTypeId.

0.1.9 #

  • Adjusted the timing of the 'addJavaScriptChannels' invocation

0.1.8 #

  • Changed the timing of setting map for CustomOverlay

0.1.7 #

  • Added CustomOverlay click event

0.1.4 #

  • Added callbacks to detect the drag start and end events of a marker

0.1.3 #

  • Add the "isClickable" option to the CustomOverlay creation.

0.1.2 #

  • Added Dart document comments
  • Added "generated" folder to .gitignore

0.1.1 #

  • Changed ControlPosition enum variables from upper camel case to lower camel case
  • Updated webview_flutter package to the latest version
  • Added webview_flutter_android and webview_flutter_wkwebview
  • Migrated to the new version of webview_flutter package

0.1.0 #

  • Implemented and added a sample for loading views
  • Added drawing rectangles functionality
  • Changed onMarkerClick to onMarkerTap

0.0.1 #

  • Initial release.
37
likes
140
pub points
88%
popularity

Publisher

unverified uploader

This is a plug-in project made by using the webview_flutter package so that the javascript of Kakao map api can be used on the flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, webview_flutter, webview_flutter_android, webview_flutter_wkwebview

More

Packages that depend on kakao_map_plugin