![]() |
API Documentation
|
Stores options and recieves data for determining the elevation at given coordinates. More...
#include <ElevationService.h>
Public Member Functions | |
| ElevationRequest () | |
Public Attributes | |
| UUID | coordinate_plane_id |
| Buffer< Vertex< 2, fltp08 > > | elevation_locations |
| Buffer< LineElevationRequest > | elevation_polylines |
| Buffer< fltp08 > | elevations |
| std::function< void(const ElevationRequest &request)> | finished_callback |
| ProgressInfo * | log = nullptr |
| UUID | request_id |
Stores options and recieves data for determining the elevation at given coordinates.
| ElevationRequest | ( | ) |
| UUID coordinate_plane_id |
| Buffer<LineElevationRequest> elevation_polylines |
| std::function<void(const ElevationRequest& request)> finished_callback |
| ProgressInfo* log = nullptr |
| UUID request_id |