cesium-native 0.44.2
Loading...
Searching...
No Matches
CesiumIonClient::GeocoderResult Struct Reference

The result of making a request to a geocoder service. More...

#include <CesiumIonClient/Geocoder.h>

Public Attributes

std::vector< GeocoderAttributionattributions
 Any necessary attributions for this geocoder result.
 
std::vector< GeocoderFeaturefeatures
 The features obtained from this geocoder service, if any.
 

Detailed Description

The result of making a request to a geocoder service.

Definition at line 106 of file Geocoder.h.

Member Data Documentation

◆ attributions

std::vector<GeocoderAttribution> CesiumIonClient::GeocoderResult::attributions

Any necessary attributions for this geocoder result.

Definition at line 110 of file Geocoder.h.

◆ features

std::vector<GeocoderFeature> CesiumIonClient::GeocoderResult::features

The features obtained from this geocoder service, if any.

Definition at line 115 of file Geocoder.h.


The documentation for this struct was generated from the following file: