Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternatives to google maps api [closed]

People also ask

Is Google Maps API no longer free?

You won't be charged until your usage exceeds $200 in a month. Note that the Maps Embed API, Maps SDK for Android, and Maps SDK for iOS currently have no usage limits and are at no charge (usage of the API or SDKs is not applied against your $200 monthly credit).

Is Google Maps API open?

Added to this increase, Google Maps API also had some limitations in customization, and it is not an open-source option, which can affect developers' work with this product.


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

Alternatives to google maps api:

  • MapTiler Cloud: https://cloud.maptiler.com/

  • Microsoft Maps API: http://www.microsoft.com/maps/developers/web.aspx

  • Yahoo Maps API (discontinued as of Sept 13,2011 in favor of Nokia Maps): http://developer.yahoo.com/maps/

    (provided by Vic)

  • TomTom Map Toolkit API which includes SDKs for Android, iOS and JavaScript http://developer.tomtom.com/

    (provided by SoWeLie)

  • CloudMade: http://developers.cloudmade.com/projects

    (provided by Adolfo)

  • MapQuest: http://developer.mapquest.com/

    (provided by TuxGeek)

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

  • Here.com Maps (Formerly Nokia Maps / Ovi Maps): http://developer.here.com/

  • Osmdroid: http://wiki.openstreetmap.org/wiki/Osmdroid

  • OpenStreetMap Android http://wiki.openstreetmap.org/wiki/Android

    (provided by AGrunewald)

  • Route-Me: https://github.com/route-me/route-me

    (provided by kiteloop)

  • OpenLayers: http://openlayers.org/

    (provided by Arman)

  • Trimaps: http://trimaps.com/en/

  • MapBox http://mapbox.com/

    (provided by Stot)

  • Nutiteq http://www.nutiteq.com/

    (provided by Martijn M)

  • GraphHopper Directions and Matrix API https://graphhopper.com/#directions-api

    (provided by karussell)


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.