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

map marker clickable #153

@nasr25

Description

@nasr25

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions