public static interface MapController.ShapePickListener
Shape
Triggered after a call of MapController.pickShape(float, float)
Listener should be set with MapController.setShapePickListener(ShapePickListener)
Modifier and Type | Method and Description |
---|---|
void |
onShapePick(com.tplmaps3d.ShapePickResult shapePickResult,
float positionX,
float positionY)
Receive information about shape found in a call to
MapController.pickShape(float, float) |
void onShapePick(com.tplmaps3d.ShapePickResult shapePickResult, float positionX, float positionY)
MapController.pickShape(float, float)
shapePickResult
- The ShapePickResult
the shape that has been selectedpositionX
- The horizontal screen coordinate of the picked locationpositionY
- The vertical screen coordinate of the picked location