-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set Access token method is missing #2
Comments
is there any news on this? |
This module is already pretty out of date. It is not using the MapboxAccountManager to manage authentication which is now necessary. Personally I have updated it on my own fork to allow this and because the newest build allows for offline styles in JSON format to be read from a local file source. Perhaps I will push or start my own module. |
thanks for the quick answer! im looking for custom map such as mapbox or osm to use on both iphone and android, but i did not find any titanium module for OSM and no module that supports accesstoken that seems to be necessary to use tha API... |
Are you using raster or vector tile maps? I am still currently working on
improving the iOS code for this module and will keep you posted. Mapbox is
the only way.
…On Tue, Jan 31, 2017, 09:50 caiocost ***@***.***> wrote:
thanks for the quick answer! im looking for custom map such as mapbox or
osm to use on both iphone and android, but i did not find any titanium
module for OSM and no module that supports accesstoken that seems to be
necessary to use tha API...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACz0AwyTz1nRs-R7pfrgBGi58cCBo-rmks5rX3R4gaJpZM4KKi1G>
.
|
hello @SeanChristopherConway i think i'm not. i was looking fot an online API like google maps... |
In order to use mapbox api URLs there needs to be a method for setting the access token, otherwise:
[ERROR] : TiApplication: (main) [122,4253] Sending event: exception on thread: main msg:com.mapbox.mapboxsdk.exceptions.InvalidAccessTokenException:
[ERROR] : TiApplication: Using MapView requires setting a valid access token. Use setAccessToken on Mapview to provide one.
I would set it here in the handleCreationDict function in MapViewProxy.java:
The text was updated successfully, but these errors were encountered: