This object is in archive! 
getCacheUrlFull return order
Solved
I created an addon for geocaching.hu caches.
Here the cache codes are starts with "GC" prefix as same as gc.com.
In the addon I set the GeocachingData.mCacheUrl property.
My problem in the Locus program : if I click on the gc code of cache (in the cache details) the program redirects to coord.info instead of mCacheUrl
I think it because as same logic as in the getCacheUrlFull function in the sample locusAPI.
How can I override it in the program??? Or may you change it in the next version ???
Thanx
Good day Attila,
thank you for a report of this "problem". It's is correct that current Locus version consider caches that starts with "GC" code, as caches from groundspeak.
Don't you worry, if I made from you small test rabbit? I have updated a code of GeocachingData container to allows define source for caches directly, so Locus will handle them better.
New version of library is published now here: https://github.com/asamm/locus-api-android . Try to add it directly as dependency over gradle.
For your case, use
You may validate result by calling gcData.getCacheUrlFull() , which should return wanted URL address.
You will anyway need also new version of Locus Map, so you have to wait on next Beta or Public version to test it if it really works.
Let me please know at least that works above method and mainly add-on API over maven repository. Thanks
Good day Attila,
thank you for a report of this "problem". It's is correct that current Locus version consider caches that starts with "GC" code, as caches from groundspeak.
Don't you worry, if I made from you small test rabbit? I have updated a code of GeocachingData container to allows define source for caches directly, so Locus will handle them better.
New version of library is published now here: https://github.com/asamm/locus-api-android . Try to add it directly as dependency over gradle.
For your case, use
You may validate result by calling gcData.getCacheUrlFull() , which should return wanted URL address.
You will anyway need also new version of Locus Map, so you have to wait on next Beta or Public version to test it if it really works.
Let me please know at least that works above method and mainly add-on API over maven repository. Thanks
Replies have been locked on this page!