Table of Contents

Class Item

Namespace
SunamoGpx
Assembly
SunamoGpx.dll

Represents a geocoded location item from Mapy.cz API response.

public class Item
Inheritance
Item
Inherited Members
Extension Methods

Constructors

Item(string, Position)

Represents a geocoded location item from Mapy.cz API response.

public Item(string name, Position position)

Parameters

name string
position Position

Properties

Label

Gets or sets the label of the location.

public string? Label { get; set; }

Property Value

string

Location

Gets or sets the location description.

public string? Location { get; set; }

Property Value

string

Name

Gets or sets the name of the location.

public string Name { get; set; }

Property Value

string

Position

Gets or sets the geographical position of the location.

public Position Position { get; set; }

Property Value

Position

RegionalStructure

Gets or sets the regional structure information.

public List<RegionalStructure>? RegionalStructure { get; set; }

Property Value

List<RegionalStructure>

Type

Gets or sets the type of the location.

public string? Type { get; set; }

Property Value

string