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