fix: OSMDroidMapsProvider Marker getPosition
This commit is contained in:
parent
15ddfddb0f
commit
02efbc3b8c
@ -513,7 +513,7 @@ public class OSMDroidMapsProvider implements IMapsProvider {
|
|||||||
@Override
|
@Override
|
||||||
public LatLng getPosition() {
|
public LatLng getPosition() {
|
||||||
GeoPoint pos = this.marker.getPosition();
|
GeoPoint pos = this.marker.getPosition();
|
||||||
return new LatLng(pos.getLatitude(), pos.getLatitude());
|
return new LatLng(pos.getLatitude(), pos.getLongitude());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user