Questions tagged [osmand]

Global Mobile Map Viewing and Navigation for Online and Offline OSM Maps

Global Mobile Map Viewing and Navigation for Online and Offline OSM Maps http://osmand.net/

21 questions
6
votes
1 answer

package android.support.v4.animation does not exist import android.support.v4.animation.AnimatorCompatHelper;

I want run OsmAnd in android studio , but I get the following error: :OsmAnd:generateFreeresLegacyX86DebugSources :OsmAnd:incrementalFreeresLegacyX86DebugJavaCorpilationSafegyard :OsmAnd: javaPreCompileFreeresLegacyX86Debug…
mhkyazd
  • 285
  • 5
  • 17
5
votes
1 answer

Opening gpx file in Osmand, from another application

I have an Android application that basically stores a list of gpx files which are saved on the user's phone. When the user clicks on the filename in the application, it should prompt the user to open the gpx file with whatever routing applications…
A. M.
  • 580
  • 1
  • 8
  • 21
4
votes
3 answers

How to change primaryRoadColor in Osmand Android?

I tried changing the primaryRoadColor value to ff0000. When I compile, it is replaced with the default ff80a0 value. How and where can I create custom color for roads? In my render folder, I have the following XML: default.render.xml,…
DroidLearner
  • 2,115
  • 5
  • 31
  • 50
3
votes
1 answer

OSMANd Android Compiling for Eclipse and Android Studio

I am trying to build the OSMAnd for Android via Eclipse and Android Studio via this official build instructions at: https://code.google.com/p/osmand/wiki/GradleCommandLineBuildEnvironment I am getting following error message: It is in regards to…
user914425
  • 16,303
  • 4
  • 30
  • 41
2
votes
1 answer

Can I open an Offline Maps App with a link pointing to a GPS Position?

I want to generate a link with a gps position so that, when clicked, the Offline-maps-app (TomTom, Garmin, Sygic, Scout/Skobbler, Osmand, Locus, Maps.me, or any other) opens and shows the location, similar…
Thomas
  • 41
  • 3
2
votes
0 answers

Can I open Osmand with a link pointing to a GPS Position?

I want to generate a link with a gps position so that, when clicked, Osmand opens and shows the location, similar to http://maps.google.com/?q=latitude,longitude, but it should open in the app so that the offline maps are used. Is this possible?
Thomas
  • 41
  • 3
2
votes
0 answers

How to initialize Osmand project for Android Studio?

Is there any tutorial of how to initialize Osmand for Android Studio? Every time I try to build the project, I receive errors because of missing resources: Information:Gradle tasks [clean, :OsmAndCore-sample:generateArmv5DebugSources,…
thomasreiser
  • 180
  • 2
  • 13
1
vote
1 answer

Traccar: what is HDOP parameter using OsmAnd

I'm making an app to insert GPS positions on a Traccar server. The "documentation" here https://www.traccar.org/osmand/ says that I must to send params using this API example…
1
vote
1 answer

Osmand in android studio

I try to developed Osmand project in an android studio by using many tutorials one of them : https://groups.google.com/forum/#!msg/osmand/J0lcnZN0fLU/OT-4gQs_BwAJ and second : https://sky4s.blogspot.com/2015/09/android-studioosmand.html but after…
1
vote
1 answer

Implement OsmAnd in iOS application

How to implement OsmAnd in my iOS application? I have downloaded sample project from github but I amgetting error while running the code. I have done R&D on it and understand that I have to implement all necessary repositories from here but…
ios_dev
  • 1,025
  • 15
  • 27
0
votes
0 answers

How import local OsmAnd library in Android Studio?

I want to download and import local version of OsmAnd library in Android Studio. I work correctly with the aar, but I need to download and use the library locally: implementation…
Andrew
  • 1
  • 1
0
votes
0 answers

OsmAnd Map black screen

I have three activities, in all the activities below map view of OsmAnd is loaded.
0
votes
0 answers

How can I create an arraylist of selected files (or url list) and then use every element of the array - Android

I want to select multiple item simultaneously, and import to my app, for example 3 gpx to my app and when I finish the first one, the app throws me the second one until the array finish (the number of gpx, files, I have) I'm using OSMAND and…
0
votes
1 answer

android osmand api with am commands

on my android phone I want to control osmand using the osmand api. To send the intents I want to use the am command available in adb shell or termux. I am able to start osmand with am start net.osmand.plus/net.osmand.plus.activities.MapActivity In…
Lugino
  • 21
  • 6
0
votes
0 answers

'OsmAndCore/QtExtensions.h' file not found

I tried building the project from https://github.com/osmandapp/OsmAnd-ios.git I get this issue 'OsmAndCore/QtExtensions.h' file not found What's the step or package am I missing? how do I make this project work ?
govind kumar
  • 205
  • 4
  • 12
1
2