HtmlForgeX

API Reference

Struct

GeoCoordinate

Namespace HtmlForgeX.CountryCentroids
Assembly HtmlForgeX
Base ValueType
Modifiers sealed

Represents a latitude/longitude coordinate.

Inheritance

  • ValueType
  • GeoCoordinate

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

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.