Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

map marker clickable #153

Open
nasr25 opened this issue Apr 9, 2019 · 0 comments
Open

map marker clickable #153

nasr25 opened this issue Apr 9, 2019 · 0 comments

Comments

@nasr25
Copy link

nasr25 commented Apr 9, 2019

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, ), ), ];

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant