xander18 / MapBoxShowDirection

Exemple of MapBox Direction with React Native
14 stars 11 forks source link

Error #1

Closed nzrin closed 4 years ago

nzrin commented 4 years ago

I've tried to run your project using my token and location but failed..

Index : 1, Size : 0

Please help

xander18 commented 4 years ago

Hi m8 tell me did u followed thoses instructions : What you need to add :

const accessToken = 'YOUR_ACCESS_TOKEN'; // put your access token here

const UserLocation = []; // [longitude, latitude] Coord of the location where you want to put the user

const StartLocation = UserLocation; // by default userLocation but you can put different coord here

const DestinationLocation = []; // [longitude, latitude] Coord of your destination

xander18 commented 4 years ago

I've tried to run your project using my token and location but failed..

Index : 1, Size : 0

Please help

Up

xander18 commented 4 years ago

Fixed