cesium-native 0.64.0
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 109 of file Geocoder.h.

Member Data Documentation

◆ attributions

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

Any necessary attributions for this geocoder result.

Definition at line 113 of file Geocoder.h.

◆ features

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

The features obtained from this geocoder service, if any.

Definition at line 118 of file Geocoder.h.


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