diff options
author | Leith Bade <leith@mapbox.com> | 2014-11-25 22:20:04 +1100 |
---|---|---|
committer | Leith Bade <leith@mapbox.com> | 2014-11-28 00:11:37 +1100 |
commit | c04dfc80e2b837f3bfe1dc1ba2fbb557b2e5f454 (patch) | |
tree | c63494bdb7790df2bc9b982cc75289a5ea7135e1 /README.md | |
parent | d24ab4ef63b8ad6cdc54ebb205a916774e6ff92f (diff) | |
download | qtlocation-mapboxgl-c04dfc80e2b837f3bfe1dc1ba2fbb557b2e5f454.tar.gz |
Exception does not compile
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -176,6 +176,8 @@ For iOS and OS X use of the demo apps in Xcode, setup the access token by editin For Linux, set the environment variable `MAPBOX_ACCESS_TOKEN` to your token. +For Android, open the class MapFragment and look for the line with `mMap.setAccessToken("access key goes here");`. Also delete the throw statement on the previous line. + # Style Some styles in JSON format are included at `./styles`. See the [style spec](https://github.com/mapbox/mapbox-gl-style-spec) for more details. |