HtmlForgeX

API Reference

Struct

GeoPoint

Namespace HtmlForgeX
Assembly HtmlForgeX
Base ValueType
Modifiers sealed

Represents a geographic coordinate (latitude, longitude).

Inheritance

  • ValueType
  • GeoPoint

Constructors

public GeoPoint(Double latitude, Double longitude) #

Create a new geo point.

Parameters

latitude System.Double requiredposition: 0
longitude System.Double requiredposition: 1

Methods

public override String ToString() #
Returns: String

Properties

public Double Latitude { get; } #

Latitude component.

public Double Longitude { get; } #

Longitude component.