diff --git a/README.md b/README.md index e243c4dc9..53ca78fe6 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,7 @@ features and how they can be obtained in our [documentation page](doc/api_keys.m There are four different build flavors, `googleNormal`, `fossNormal`, `googleAutomotive`, and `fossAutomotive`. -- The `foss` variants only use OSM data and should run on most Android devices, even without - Google Play Services. +- The `foss` variants only use OSM data for the base map and place search. They should run on most Android devices, even those without Google Play Services. - `fossNormal` is intended to run on smartphones and tablets, and also includes the Android Auto app for use on the car display (however Android Auto may not work if the app is not installed from Google Play, see https://github.com/ev-map/EVMap/issues/319). diff --git a/doc/api_keys.md b/doc/api_keys.md index 7b694f52f..484f037d4 100644 --- a/doc/api_keys.md +++ b/doc/api_keys.md @@ -101,9 +101,9 @@ to switch between the two, while the `foss` flavor only includes OSM. ### ArcGIS -[World Imagery basemap](https://www.arcgis.com/home/item.html?id=10df2279f9684e4a9f6a7f08febac2a9) -*We use this for the satellite map, as [Jawg's](https://blog.jawg.io/satellite-imaging/) satellite -style does not have global coverage.* +[World Imagery basemap](https://www.arcgis.com/home/item.html?id=10df2279f9684e4a9f6a7f08febac2a9)\ +*We use this for the satellite map, as [Jawg's satellite +style](https://blog.jawg.io/satellite-imaging/) does not have global coverage.*
How to obtain an API key @@ -116,7 +116,7 @@ style does not have global coverage.* ### Mapbox -[Geocoding API](https://docs.mapbox.com/api/search/geocoding/) +[Geocoding API](https://docs.mapbox.com/api/search/geocoding/)\ *previously we also used Mapbox's Maps SDK, but this has now been switched to Jawg Maps.*