-
Notifications
You must be signed in to change notification settings - Fork 2
Home
aferre edited this page Oct 8, 2011
·
7 revisions
Welcome to the afGoogleMapsAPI-WS-iOS wiki!
- Drag/drop the files in the iOS folder to your project in xcode. Use the Copy to target checkbox to make sure you won't loose it on the way. OR
- Drag/drop the *.framework file to your project in xcode. Use the Copy to target checkbox to make sure you won't loose it on the way.
When handling the errors returned by an afGoogleMapsAPIRequest, you should know a couple of things.
First, every HTTP related error is directly returned without any alteration. They are provided by the ASI-HTTP library.
The errors returned/caused by the afGoogleMapsAPI framwork or the Google Maps API Web Services are all wrapped under a common error code 666, which can be customized in afGoogleMapsAPIRequest.h.
Use Directions
Use Distance Matrix
Use Geocoding
Use Elevation
Use Places