Table of Contents

Class GeoTiffResponse

Namespace
GoogleMapsApi.Entities.Solar.Response
Assembly
GoogleMapsApi.dll

Response from the Solar API geoTiff:get endpoint — the raw GeoTIFF bytes of a data layer. Being binary, this is populated directly by the engine rather than from JSON.

public sealed class GeoTiffResponse : IResponseFor<GeoTiffRequest>, IBinaryResponse
Inheritance
GeoTiffResponse
Implements
Inherited Members

Properties

Content

The raw GeoTIFF bytes.

public byte[] Content { get; set; }

Property Value

byte[]

ContentType

The response media type (typically image/tiff).

public string? ContentType { get; set; }

Property Value

string