You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.
i am add Markers to MapView successfully, but now i want to make marker clickable, when i want to click on marker run some event like open window or print something. how can i do it ?
new Marker( "1", "WoW", 24.714266, 46.640513, color: Colors.blue, draggable: false, //Allows the user to move the marker. markerIcon: new MarkerIcon( "images/marker.png", width: 112.0, height: 75.0, ), ), new Marker( "2", "WoW, 2", 24.697541, 46.610934, color: Colors.blue, draggable: true, //Allows the user to move the marker. markerIcon: new MarkerIcon( "images/marker.png", width: 112.0, height: 75.0, ), ), ];
The text was updated successfully, but these errors were encountered:
Hi all
i am add Markers to MapView successfully, but now i want to make marker clickable, when i want to click on marker run some event like open window or print something. how can i do it ?
new Marker( "1", "WoW", 24.714266, 46.640513, color: Colors.blue, draggable: false, //Allows the user to move the marker. markerIcon: new MarkerIcon( "images/marker.png", width: 112.0, height: 75.0, ), ), new Marker( "2", "WoW, 2", 24.697541, 46.610934, color: Colors.blue, draggable: true, //Allows the user to move the marker. markerIcon: new MarkerIcon( "images/marker.png", width: 112.0, height: 75.0, ), ), ];
The text was updated successfully, but these errors were encountered: