addCustomMarker abstract method
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);