I am doing an delivery app on both iOS and Android. Here is the flow.
- User has to add their current location to their address book.
- When adding the address, user will be directed to a map.
- User can move the "Marker" on the map to adjust their location or just simply click an button to auto locate their location.
- When the "Marker" is pointed on a specific address, for example, shop, it will display the shop name and full address of the shop. Same goes to the housing area.
So, my question is, if i am using reverse geocoding (reverseGeocodeCoordinate - Maps SDK for iOS), it only able to return the address. What if I also want to get the place name?
Now i am using reverse geocoding, but it doesn't return with the place name, only address is available