location_picker_flutter_map
location_picker_flutter_map copied to clipboard
A Flutter package that provides Place search and Location picker for flutter maps with alot of cusomizations using Open Street Map.
Hi, thanks for your work. When the map opens, the displayed position is in Egypt before the initPosition attribute is applied. Can we change the starting position of the map?...
I need to restrict location allowed to be selected to specified area. So I need to: - draw my city border on map (geojson polygon) - throw message when selected...
How do we gather a list of for say hospitals around a specific location or atleast within a range of a location like 5km radius
- Add loading indicator for current position button - Add timeout of 10 seconds when fetching current location using the button
* What went wrong: Execution failed for task ':flutter_compass:verifyReleaseResources'. > A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action > Android resource linking failed ERROR: D:\projects\building-materials\build\flutter_compass\intermediates\merged_res\release\values\values.xml:194: AAPT: error: resource android:attr/lStar not found. this...
First and foremost, thanks for developing and maintaining this flutter package ☺️ Since `nominatim.openstreetmap.org` is the package default, I'm assuming most folks use it like this unchanged without hosting their...
I am using this package in my app and the requirement is to add custom icons for the zoom-in, zoom-out, location. But I am unable to do so. can you...
When I tap on the current location icon or set current location button it is throwing an error of JSBox DartError: TypeError: Instance of 'JSNoSuchMethodError': type 'JSNoSuchMethodError' is not a...
Hey all, this library seems to completely rely upon the ``reverse`` endpoint from Nominatim over at OSM. Recently they deprecated this endpoint in the PHP endpoint ``` flutter: Location Picker...