Class HeatmapTileResponse
- Namespace
- GoogleMapsApi.Entities.AirQuality.Response
- Assembly
- GoogleMapsApi.dll
Response from the Air Quality API heatmap-tile endpoint — the raw PNG bytes of a map tile. Being binary, this is populated directly by the engine rather than from JSON.
public sealed class HeatmapTileResponse : IResponseFor<HeatmapTileRequest>, IBinaryResponse
- Inheritance
-
HeatmapTileResponse
- Implements
- Inherited Members
Properties
Content
The raw PNG bytes of the tile.
public byte[] Content { get; set; }
Property Value
- byte[]
ContentType
The response media type (typically image/png).
public string? ContentType { get; set; }