You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Github Wiki
README
Markdown files in repo
Or don't you want a documentation area? Then I implement the example case and add some comment block above.
The text was updated successfully, but these errors were encountered:
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 setuseDefaultLocationEngine(false)
and callforceLocationUpdate(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.
The text was updated successfully, but these errors were encountered: