v8.1.1flutter_map_marker_popup
flutter_map용 마커 팝업.
flutter_map 마커용 팝업
{"sdk":"flutter"}^0.0.4^8.2.0>=0.9.0 <0.11.0^6.0.5{"sdk":"flutter"}^4.0.0아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
flutter_map_marker_popupMakes adding marker popups to flutter_map easy.
If you have any suggestions/problems please don't hesitate to open an issue.
For a minimal code example have a look at SimpleMapWithPopups.
For a complete example which demonstrates all of the various options available try running the demo app in the example/ directory which results in the following:
Example
Why is the popup not showing when I tap the marker?
Make sure you don't have a GestureDetector in your Marker's builder which is preventing this plugin from detecting the Marker tap.
If you want both marker popups and marker clustering, this plugin's popup functionality has been integrated in to the wonderful flutter_map_marker_cluster plugin.
A huge thanks to the contributors of flutter_map and the flutter_map_marker_popup. I use them together in a large personal project and they work wonderfully.