The project teaches you how to save a geographic coordinate with MaxLeap and how to search the location record around a certain geographic range.
- Save current geographic coordinate
- Search location record around a certain geographic range
-
Clone the repository and then open the project.
-
Create an app in MaxLeap console. You can skip this step if you've already created one.
-
Add class
Location
with columns:Column Name Type location GeoPoint -
Add your MaxLeap application id and client key in
AppDelegate.
. -
Press Command + R to run it.
Please check official MaxLeap iOS Guide to learn more details.