Issues - Map moving in waypoint context menu #6473 - fixed
This commit is contained in:
parent
082d75aa3a
commit
113841139a
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ public class WptPtMenuBuilder extends MenuBuilder {
|
|||
public void onClick(View v) {
|
||||
LatLon latLon = new LatLon(point.getLatitude(), point.getLongitude());
|
||||
PointDescription pointDescription = new PointDescription(PointDescription.POINT_TYPE_WPT, point.name);
|
||||
mapActivity.getContextMenu().setCenterMarker(true);
|
||||
mapActivity.getContextMenu().show(latLon, pointDescription, point);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue