grids

fun grids(value: List<String>): TileSet.Builder

An array of interactivity endpoints. {z}, {x} and {y}, if present, are replaced with the corresponding integers. If multiple endpoints are specified, clients may use any combination of endpoints. All endpoints MUST return the same content for the same URL. If the array doesn't contain any entries, interactivity is not supported for this tileset. See https:github.com/mapbox/utfgrid-spec/tree/master/1.2 for the interactivity specification.

Example: "http:localhost:8888/admin/1.0.0/broadband/{z}/{x}/{y}.grid.json"

Parameters

value

the grids to set