Table of Contents

Class ElevationResponse

Namespace
GoogleMapsApi.Entities.Elevation.Response
Assembly
GoogleMapsApi.dll

Response from the Google Elevation API containing elevation values for the requested locations or path.

public class ElevationResponse : IResponseFor<ElevationRequest>
Inheritance
ElevationResponse
Implements
Inherited Members

Properties

Results

[JsonPropertyName("results")]
public IEnumerable<Result>? Results { get; set; }

Property Value

IEnumerable<Result>

Status

[JsonPropertyName("status")]
[JsonConverter(typeof(EnumMemberJsonConverter<Status>))]
public Status Status { get; set; }

Property Value

Status

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.