Table of Contents

Class GeocodeResponse

Namespace
SunamoGpx
Assembly
SunamoGpx.dll

Represents the response from Mapy.cz geocoding API.

public class GeocodeResponse
Inheritance
GeocodeResponse
Inherited Members
Extension Methods

Properties

Items

Gets or sets the list of geocoded items.

[JsonPropertyName("items")]
public required List<Item> Items { get; set; }

Property Value

List<Item>

Locality

Gets or sets the locality information.

[JsonPropertyName("locality")]
public required List<object> Locality { get; set; }

Property Value

List<object>