H.map.layer.ITileLayer.Response
Type Definition Summary
This is a response object for a tile request. It contains the total number of elements requested and an array of currently available tiles.
[ For full details, see the Type Definition Details ]
Property Summary
Type Definition Description
This is a response object for a tile request. It contains the total number of elements requested and an array of currently available tiles.
Property Details
total: {number}
The total number of requested tiles
tiles: {Array<H.map.provider.Tile>}
The tiles which the provider can currently return synchronously