Get Location with IOS APP

[quote=277131:@Sascha S]Since 2016 R2 we now have the iOSLocation Control.

Is it possible to get for example a list of all Restaurants within 500 Meters around my Location with it? And if yes, has someone already made something like this and is willing to share some Code with us?[/quote]
You need to use declares for MKLocalSearch and MKLocalSearchRequest.

Thank you @jean-paul devulder ! :slight_smile:

I made a quick test and it works just fine. I’ve extended your example a bit to use needed entitlement for accessing the location of the device and the current lat/lon. :slight_smile:

http://images.schneppi-software.de/dtLocalSearch_2016-07-16.zip