Package com.google.maps.android.data
Interface Layer.OnFeatureClickListener
-
- All Known Subinterfaces:
GeoJsonLayer.GeoJsonOnFeatureClickListener
- Enclosing class:
- Layer
public static interface Layer.OnFeatureClickListenerCallback interface for when a map object is clicked.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFeatureClick(Feature feature)
-
-
-
Method Detail
-
onFeatureClick
void onFeatureClick(Feature feature)
-
-