Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GeoPoint

Wrapper for firestore geopoint class, mainly used to keep imports clean when using the library.

Hierarchy

  • GeoPoint

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new GeoPoint(latitude: number, longitude: number): GeoPoint

Properties

Private _native

_native: GeoPoint

Accessors

latitude

  • get latitude(): number
  • set latitude(value: number): void

longitude

  • get longitude(): number
  • set longitude(value: number): void

native

  • get native(): GeoPoint

Methods

isEqual

Generated using TypeDoc