public static interface MapController.LabelPickListener
MapController.pickLabel(float, float)
Listener should be set with MapController.setLabelPickListener(LabelPickListener)
Modifier and Type | Method and Description |
---|---|
void |
onLabelPick(com.tplmaps3d.LabelPickResult labelPickResult,
float positionX,
float positionY)
Receive information about labels found in a call to
MapController.pickLabel(float, float) |
void onLabelPick(com.tplmaps3d.LabelPickResult labelPickResult, float positionX, float positionY)
MapController.pickLabel(float, float)
labelPickResult
- The LabelPickResult
that has been selectedpositionX
- The horizontal screen coordinate of the picked locationpositionY
- The vertical screen coordinate of the picked location