Alternatives to google maps api

IphoneAndroidGoogle MapsGeolocationGoogle Maps-Api-3

Iphone Problem Overview


Google maps API is great for developing location based services for mobile phones. But for some reason, the use of it is restricted for me in a special project.

E.g. if your project is in conflict with the general terms and conditions of google it is not recommended to use google maps API.

In my app, both Android and iOS, I want to display a location on a map by retrieving GPS information. Overall the API should offer a similar scope of operation like google maps API.

Which alternatives do you know? Maybe there are open source API's? Any other suggestions?

Iphone Solutions


Solution 1 - Iphone

To get the best possible answer to this question I combine all given answers.

Alternatives to google maps api:

Solution 2 - Iphone

2 more suggestions:

OpenStreetMap API: http://wiki.openstreetmap.org/wiki/API_v0.6

Mobile Maps: https://labs.ericsson.com/apis/mobile-maps/ (powered by Idevio with map data provided by OpenStreetMap)

Solution 3 - Iphone

  1. Microsoft Maps API: http://www.microsoft.com/maps/developers/web.aspx
  2. Yahoo Maps API: http://developer.yahoo.com/maps/

To name a few, unless I totally misunderstood your question.

Solution 4 - Iphone

I would have a look at the Openstreetmap stuff http://wiki.openstreetmap.org/wiki/Android especially this http://wiki.openstreetmap.org/wiki/Osmdroid a replacement for Androids Map View

Solution 5 - Iphone

For your iOS project you could use Route-Me (link). This is an open source framework that pretty much provides the same functionality as MapKit, but allows to integrate different map sources (e.g. Open Street Map, Cloudmade etc.). As far as I know, this is the only alternative you have on iOS.

For Android, there are various alternatives that allow you to use alternate map sources. See this link for a good list of options.

Solution 6 - Iphone

If you are looking for just Geocoding and reverse geocoding you could check out tinygeocoder. I haven't used it myself, but it could be an option to review.

Solution 7 - Iphone

Great list of alternatives to Google Maps being generated here. Good question. Not sure about your appliation - but one more from Nokia - Ovi Maps http://api.maps.ovi.com/ . They have some excellent data (they own Navtech) and incredible 3D visualization.

Solution 8 - Iphone

What about SimpleGeo?

https://simplegeo.com/developers/

Seems quite promising. It's form the same people that have done:

http://polymaps.org/</s>

I realized that it was only available for javascript sorry. But I found this one instead:

http://code.google.com/p/mapsforge/

Solution 9 - Iphone

TomTom has just released it's Map Toolkit API which includes SDKs for Android, iOS and JavaScript. See http://developer.tomtom.com/.

DISCLAIMER: I work for TomTom and I created the JavaScript SDK.

Solution 10 - Iphone

Another one is MapBox

http://mapbox.com/

In their video there was foursquare shown as a user.

Solution 11 - Iphone

Solution 12 - Iphone

There's Sasha Maps, which I happened to write :-)

http://www.maryanovsky.com/sasha/maps/

Written in GWT, supports all desktop browsers, iOS and Android. You will need to provide your own tiles (or find someone who will let you use theirs).

Solution 13 - Iphone

Some location-based APIs (not map tiles) - don't know if it would be useful for your project - travel time calculations, public transit data and walkability (Walk Score) for maps.

http://www.walkscore.com/professional/walk-score-apis.php

(Disclaimer: I didn't write them, but I work there as front end dev - so let me know if any documentation is unclear! :D)

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionUpCatView Question on Stackoverflow
Solution 1 - IphoneUpCatView Answer on Stackoverflow
Solution 2 - IphoneEdiView Answer on Stackoverflow
Solution 3 - IphoneVicView Answer on Stackoverflow
Solution 4 - IphoneAGrunewaldView Answer on Stackoverflow
Solution 5 - IphonekiteloopView Answer on Stackoverflow
Solution 6 - IphoneDerekHView Answer on Stackoverflow
Solution 7 - Iphoneuser468648View Answer on Stackoverflow
Solution 8 - IphonepabliscoView Answer on Stackoverflow
Solution 9 - IphoneSoWeLieView Answer on Stackoverflow
Solution 10 - IphonestotView Answer on Stackoverflow
Solution 11 - IphonerakeshNSView Answer on Stackoverflow
Solution 12 - IphonemsashaView Answer on Stackoverflow
Solution 13 - IphonemahalieView Answer on Stackoverflow