HtmlForgeX

API Reference

Struct

GeoCoordinate

Namespace HtmlForgeX.CountryCentroids
Assembly HtmlForgeX
Base ValueType
Modifiers sealed

Represents a latitude/longitude coordinate.

Inheritance

  • ValueType
  • GeoCoordinate

Constructors

public GeoCoordinate(Double latitude, Double longitude) #

Creates a new coordinate.

Parameters

latitude System.Double requiredposition: 0
Latitude in decimal degrees.
longitude System.Double requiredposition: 1
Longitude in decimal degrees.

Properties

public Double Latitude { get; } #

Latitude in decimal degrees.

public Double Longitude { get; } #

Longitude in decimal degrees.