adampax / titanium-mapbox

Titanium Module Wrapper for MapBox iOS SDK
MIT License
67 stars 23 forks source link

MapBox.com has changed #24

Open NoelBaron opened 8 years ago

NoelBaron commented 8 years ago

Their interface and capabilities appear to have change since this README was last written. Do you have an updated set of guidelines to get this up and running with latest appcelerator studio?

Specifically, directions for using their remotely hosted map.

nitrag commented 8 years ago

Its a totally new SDK. I plan on creating hyperloop modules. On Jul 2, 2016 5:57 PM, "Noel Baron" notifications@github.com wrote:

Their interface and capabilities appear to have change since this README was last written. Do you have an updated set of guidelines to get this up and running with latest appcelerator studio?

Specifically, directions for using their remotely hosted map.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/adampax/titanium-mapbox/issues/24, or mute the thread https://github.com/notifications/unsubscribe/AAMBkp4hDGYeS7qDNw4dWOup33RVb98kks5qRt7agaJpZM4JDwhk .

adampax commented 8 years ago

Yeah, hyperloop will (hopefully) be the way to go.

ilker55 commented 8 years ago

Any update on the new hyperloop module?

adampax commented 8 years ago

The Mapbox SDK requires use of embedded binaries, which Hyperloop does not currently support. I encourage everyone to 'watch' ticket TIMOB-23853 so Appc folk know it is a priority for us.

hansemannn commented 7 years ago

Hey @adampax, just saw this. Use https://github.com/appcelerator-modules/hook-embedded-frameworks and let the magic happen :-)

adampax commented 7 years ago

@hansemannn Great, thanks! I will check it out.