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
{{ message }}
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
about api 15
Google forgot ex-USSR market :-). I'am developer apps for taxi and below stats from our dashboard.
Android 2.3.3 - 2.3.7 6.31%
Android 4.0.3 - 4.0.4 6.12%
add attribute tools:overrideLibrary="org.onepf.opfmaps, org.onepf.opfmaps.osmdroid, org.osmdroid.bonuspack" to uses-sdk
What about osmodroid 5.0.1?
I've tried to use new lib with your wrapper but I've got NoSuchMethodError org.osmdroid.views.MapView.
at org.onepf.opfmaps.osmdroid.delegate.OsmdroidMapViewDelegate.(OsmdroidMapViewDelegate.java:106)
at org.onepf.opfmaps.osmdroid.delegate.OsmdroidMapViewDelegate.(OsmdroidMapViewDelegate.java:102)
How can I get refer on native map?
Because in my app I'am using cluster but your lib still doesn't support it and also for example setOnMyLocationChangeListener
It has almost the same API as Google Maps Android API v2.
But not the same interfaces and classes for example animateCamera, setLocationSource
about android studio gradle and org.apache.commons:commons-lang3:3.4
packagingOptions {
...
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/NOTICE.txt'
...
}
It maybe better to split mapdelegate on interfaces: Drawing, Cluster, Base and e.t.c for understanding what maprovider can do or not do
Thanks for repo
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
about api 15
Google forgot ex-USSR market :-). I'am developer apps for taxi and below stats from our dashboard.
Android 2.3.3 - 2.3.7 6.31%
Android 4.0.3 - 4.0.4 6.12%
add attribute tools:overrideLibrary="org.onepf.opfmaps, org.onepf.opfmaps.osmdroid, org.osmdroid.bonuspack" to uses-sdk
What about osmodroid 5.0.1?
I've tried to use new lib with your wrapper but I've got NoSuchMethodError org.osmdroid.views.MapView.
at org.onepf.opfmaps.osmdroid.delegate.OsmdroidMapViewDelegate.(OsmdroidMapViewDelegate.java:106)
at org.onepf.opfmaps.osmdroid.delegate.OsmdroidMapViewDelegate.(OsmdroidMapViewDelegate.java:102)
How can I get refer on native map?
Because in my app I'am using cluster but your lib still doesn't support it and also for example setOnMyLocationChangeListener
It has almost the same API as Google Maps Android API v2.
But not the same interfaces and classes for example animateCamera, setLocationSource
about android studio gradle and org.apache.commons:commons-lang3:3.4
packagingOptions {
...
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/NOTICE.txt'
...
}
It maybe better to split mapdelegate on interfaces: Drawing, Cluster, Base and e.t.c for understanding what maprovider can do or not do
Thanks for repo
The text was updated successfully, but these errors were encountered: