LocationPicker
LocationPicker copied to clipboard
Use MKLocalSearchCompleter instead of MKLocalSearchRequest
https://medium.com/@ishabazz/location-search-using-mapkit-works-ae94f3c3dbd7
Can localsearch request be replaced by local search completer, it offers better completion even Apple uses MKLocalSearchCompleter in their maps according to the answer for the SO question. https://stackoverflow.com/questions/43249382/mklocalsearch-doesnt-provide-the-same-results-as-search-in-native-apple-maps-ap
https://medium.com/@ishabazz/location-search-using-mapkit-works-ae94f3c3dbd7
Can localsearch request be replaced by local search completer, it offers better completion even Apple uses MKLocalSearchCompleter in their maps according to the answer for the SO question. https://stackoverflow.com/questions/43249382/mklocalsearch-doesnt-provide-the-same-results-as-search-in-native-apple-maps-ap
that would be great !
MKLocalSearchCompleter doesn't provide coordinates, or anything else besides title/subtitle as a matter of fact