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
Properties
Label
Gets or sets the label of the location.
public string? Label { get; set; }
Property Value
Location
Gets or sets the location description.
public string? Location { get; set; }
Property Value
Name
Gets or sets the name of the location.
public string Name { get; set; }
Property Value
Position
Gets or sets the geographical position of the location.
public Position Position { get; set; }
Property Value
RegionalStructure
Gets or sets the regional structure information.
public List<RegionalStructure>? RegionalStructure { get; set; }
Property Value
Type
Gets or sets the type of the location.
public string? Type { get; set; }