Alternatives to google maps api [closed]

前提是你 提交于 2019-11-26 23:14:42
Lost in OWL

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

Alternatives to google maps api:

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)

  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.

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

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.

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.

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.

pablisco

What about SimpleGeo?

https://simplegeo.com/developers/

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

http://polymaps.org/

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

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

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.

Another one is MapBox

http://mapbox.com/

In their video there was foursquare shown as a user.

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).

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)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!