Last active
February 3, 2021 06:24
-
-
Save asb-school/4626675 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iOS Maps Frameworks | |
Google Maps SDK for iOS | |
https://developers.google.com/maps/documentation/ios/ | |
New to the market. Good choice if you wanted to do Android development (Google Maps SDK for Android). | |
Requires API key. API keys are not readily available. Submitted application for API key. Response can be found at: | |
user: [email protected] | |
pass: arboretum123 | |
=== | |
Apple MapKit | |
http://developer.apple.com/library/ios/#documentation/MapKit/Reference/MapKit_Framework_Reference/_index.html | |
Made by Apple. Probably best choice for long-term support. Used to use Google Maps service prior to iOS6, but now uses custom Apple Maps + TomTom. | |
I created a sample app with MapKit | |
https://github.com/asb-school/cptr492_mapTest | |
=== | |
BA3 Mapping Engine | |
http://www.ba3.us/mapkit/ | |
Commerical alternative that has a free licensing option (if you give away the app for free, you can use the SDK). Has nifty featuers like offline support. | |
=== | |
MapBox | |
http://mapbox.com/mobile/ | |
Commercial alternative. $5/month | |
Has nifty features. | |
=== | |
ArcGIS | |
http://www.esri.com/software/arcgis/smartphones/develop | |
Commerical alternative. $$$ | |
=== | |
Route-me | |
https://github.com/route-me/route-me | |
Open source alternative. Works with multiple map sources. May even brew your coffee. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All Bad