Class GeoJsonCoordinates
- Namespace
 - MongoDB.Driver.GeoJsonObjectModel
 
- Assembly
 - MongoDB.Driver.dll
 
Represents a GeoJson position in some coordinate system (see subclasses).
[BsonSerializer(typeof(GeoJsonCoordinatesSerializer))]
public abstract class GeoJsonCoordinates : IEquatable<GeoJsonCoordinates>
  - Inheritance
 - 
      
      GeoJsonCoordinates
 
- Implements
 
- Derived
 
- Inherited Members
 
Properties
- Values
 Gets the coordinate values.
Methods
- Equals(GeoJsonCoordinates)
 Determines whether the specified GeoJsonCoordinates is equal to this instance.
- Equals(object)
 Determines whether the specified object is equal to this instance.
- GetHashCode()
 Returns a hash code for this instance.
Operators
- operator ==(GeoJsonCoordinates, GeoJsonCoordinates)
 Determines whether two GeoJsonCoordinates instances are equal.
- operator !=(GeoJsonCoordinates, GeoJsonCoordinates)
 Determines whether two GeoJsonCoordinates instances are not equal.