Michael-M-aher / location_picker_flutter_map

A Flutter package that provides Place search and Location picker for flutter maps with alot of cusomizations using Open Street Map.
MIT License
23 stars 48 forks source link

Features/marker icon configurable #4

Closed FilipKrawiec closed 1 year ago

FilipKrawiec commented 1 year ago

Default implementation expects the icon is centered on the map. This PR replaces markerIcon as IconData with a custom widget and adds optional marker bottom offset to reflect different kinds of map position icons.

The fallback icon is preserved with the default marker bottom offset.

Marker color removed - It can be provided in a custom Icon widget.