public static interface MapController.FeaturePickListener
MapController.pickFeature(float, float)
Listener should be set with MapController.setFeaturePickListener(FeaturePickListener)
Modifier and Type | Method and Description |
---|---|
void |
onFeaturePick(java.util.Map<java.lang.String,java.lang.String> properties,
float positionX,
float positionY)
Receive information about features found in a call to
MapController.pickFeature(float, float) |
void onFeaturePick(java.util.Map<java.lang.String,java.lang.String> properties, float positionX, float positionY)
MapController.pickFeature(float, float)
properties
- A mapping of string keys to string or number valuespositionX
- The horizontal screen coordinate of the picked locationpositionY
- The vertical screen coordinate of the picked location