Class PollenHeatmapTileResponse
- Namespace
- GoogleMapsApi.Entities.Pollen.Response
- Assembly
- GoogleMapsApi.dll
Response from the Pollen 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 PollenHeatmapTileResponse : IResponseFor<PollenHeatmapTileRequest>, IBinaryResponse
- Inheritance
-
PollenHeatmapTileResponse
- 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; }