osmandapp / osmand-api-demo

Example of usage OsmAnd API
89 stars 43 forks source link

How use OsmAnd helper? #19

Open Leeeeerich opened 5 years ago

Leeeeerich commented 5 years ago

Hi! I have some problem with use OsmAnd. I created file in Osmand app for android, and try receive it in OsmAnd app thought navigateGpxFile() or navigateGpxUri(), but it not work. app opened, but app don't visual track. Pls, help me.

vshcherb commented 5 years ago

You can visualize via different methods. It is better to use AIDL connection as in example, cause sometimes you need to wait until app is started.