Position Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A struct that has a latitude and longitude, stored as doubles.
public struct Position
type Position = struct
- Inheritance
-
System.ValueTypePosition
Constructors
Position(Double, Double) |
Constructs a new Position structure with a given latitude and longitude. |
Properties
Latitude |
Gets the latitude of this position in decimal degrees. |
Longitude |
Gets the longitude of this position in decimal degrees. |
Methods
Equals(Object) |
Returns a Boolean value that indicates whether or not |
GetHashCode() |
Returns the hash code for this instance. |
Operators
Equality(Position, Position) |
Returns a Boolean value that indicates whether or not |
Inequality(Position, Position) |
Returns a Boolean value that indicates whether or not |