public interface GeometryTileProvider
CustomGeometrySource
.Modifier and Type | Method and Description |
---|---|
com.mapbox.geojson.FeatureCollection |
getFeaturesForBounds(LatLngBounds bounds,
int zoomLevel)
Interface method called by
CustomGeometrySource to request features for a tile. |
@WorkerThread com.mapbox.geojson.FeatureCollection getFeaturesForBounds(LatLngBounds bounds, int zoomLevel)
CustomGeometrySource
to request features for a tile.bounds
- LatLngBounds
of the tile.zoomLevel
- Tile zoom level.