changeIconMarker method

Future changeIconMarker(
  1. MarkerIcon icon
)

changeIconMarker

this method allow to change Home Icon Marker

icon : (MarkerIcon) widget that represent the new home marker

Implementation

Future changeIconMarker(MarkerIcon icon) async {
  await osmBaseController.changeDefaultIconMarker(icon);
}