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