Searched refs:GeoJSONOptions (Results 1 – 7 of 7) sorted by relevance
7 optional<GeoJSONOptions> Converter<GeoJSONOptions>::operator()(const Convertible& value, Error& err… in operator ()()8 GeoJSONOptions options; in operator ()()
101 optional<GeoJSONOptions> options = convert<GeoJSONOptions>(value, error); in convertGeoJSONSource()
11 struct Converter<GeoJSONOptions> {12 optional<GeoJSONOptions> operator()(const Convertible& value, Error& error) const;
22 Impl(std::string id, GeoJSONOptions);32 GeoJSONOptions options;
12 GeoJSONSource::GeoJSONSource(const std::string& id, const GeoJSONOptions& options) in GeoJSONSource()
42 GeoJSONSource::Impl::Impl(std::string id_, GeoJSONOptions options_) in Impl()
14 struct GeoJSONOptions { struct30 GeoJSONSource(const std::string& id, const GeoJSONOptions& = {});