Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 543 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 543 Bytes

GeolocationUri

Purpose

This library provides parsing of RFC 5870-compliant URIs, or creating them.

Usage

GeolocationUri provides Parse and TryParse methods that take a string. Parsed data is available through get-only properties that give access to longitude, lattitude, altitude, the coordinate system id, uncertainty value and other parameters that might be relevant for the given system.

The ToString method formats data from the properties into a compliant URI string.