maplibre / maplibre-navigation-android

Maplibre Navigation SDK for Android
MIT License
86 stars 44 forks source link

Documentation #67

Open Fabi755 opened 1 year ago

Fabi755 commented 1 year ago

I have tried to enable the route snapping. The missing documentation/example lead me to a wrong configuration. I only set the option snapToRoute(true). But I missed to set useDefaultLocationEngine(false) and call forceLocationUpdate(Location).

I want to add a new sample to the example app and also create some documentation.

Now my questions: Do you have a preferred place for write down this things? Some options are

Or don't you want a documentation area? Then I implement the example case and add some comment block above.

boldtrn commented 1 year ago

I think having more documentation would be great. I think md files in the repo would work best? I would be open to alternatives though.