Class: GeohashSearchConnector

GeohashSearchConnector()

A model that creates listeners between the CesiumGeohash MapAsset model and the Search model.

Constructor

new GeohashSearchConnector()

Source:

Extends

  • Backbone.Model

Methods

defaults()

Properties:
Name Type Description
searchResults SolrResults
cesiumGeohash CesiumGeohash
Source:

startListening()

Sets listeners on the CesiumGeohash map asset and the SearchResults. It will get the geohash facet data from the SolrResults and set it on the CesiumGeohash so it can be used by a map view. It also updates the geohash level in the SolrResults so that it can be used by the next query.
Since:
  • 2.22.0
Source: