addCustomMarker abstract method

dynamic addCustomMarker(
  1. LatLng point,
  2. String title,
  3. List<String> names,
  4. List<Function> acts,
)

Create marker on point with title, in this marker you may configure a button and its callback on point with title buttons with names and callbacks acts

Implementation

addCustomMarker(
    LatLng point, String title, List<String> names, List<Function> acts);