Libosmium  2.22.0
Fast and flexible C++ library for working with OpenStreetMap data
Loading...
Searching...
No Matches
rapid_geojson.hpp File Reference
#include <osmium/geom/coordinates.hpp>
#include <osmium/geom/factory.hpp>
#include <cstddef>
Include dependency graph for rapid_geojson.hpp:

Go to the source code of this file.

Namespaces

namespace  osmium
 Namespace for everything in the Osmium library.
 
namespace  osmium::geom
 Everything related to geometry handling.
 

Typedefs

template<typename TWriter, typename TProjection = IdentityProjection>
using osmium::geom::RapidGeoJSONFactory = GeometryFactory<detail::RapidGeoJSONFactoryImpl<TWriter>, TProjection>