Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GeoQuerySnapshot

A GeoQuerySnapshot contains zero or more QueryDocumentSnapshot objects representing the results of a query. The documents can be accessed as an array via the docs property or enumerated using the forEach method. The number of documents can be determined via the empty and size properties.

Hierarchy

  • GeoQuerySnapshot

Index

Constructors

Properties

Accessors

Methods

Constructors

Properties

Accessors

  • get empty(): boolean
  • True if there are no documents in the GeoQuerySnapshot.

    Returns boolean

  • get size(): number
  • The number of documents in the GeoQuerySnapshot.

    Returns number

Methods

Generated using TypeDoc