Skip to content

Use ArcGIS Online DriveTime and Nearest Facilities tasks to quench your thirst!

Notifications You must be signed in to change notification settings

nixta/nearest-brewery-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nearest-brewery-ios

Runtime SDK for iOS demo showing ServiceArea and ClosestFacility Tasks.

###Instructions To run the iOS Application, you will need an ArcGIS Online account (you can create a free developer account here).

The iOS application makes use of paid services (specifically, the Closest Facility Task at http://route.arcgis.com).

Add a file to the iOS project's Source folder named AGOLCredentials.h containing your username and password. Be careful not to check this file in to a public repo!!

The AGOLCredentials.h file should look like this:

#define myUsername @"<your ArcGIS Online username>"
#define myPassword @"<your ArcGIS Online password>"

About

Use ArcGIS Online DriveTime and Nearest Facilities tasks to quench your thirst!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published