zhuorantan / LocationPicker

A ready for use and fully customizable location picker for your app
MIT License
400 stars 79 forks source link

Use MKLocalSearchCompleter instead of MKLocalSearchRequest #35

Open TwunTee opened 6 years ago

TwunTee commented 6 years ago

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

Yelles commented 5 years ago

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 !

bart-kneepkens commented 1 year ago

MKLocalSearchCompleter doesn't provide coordinates, or anything else besides title/subtitle as a matter of fact