GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/match_graph.h>
Public Member Functions | |
MatchGraphResponse () | |
Constructs a MatchGraphResponse object with default parameter values. More... | |
Public Attributes | |
bool | result |
float | matchScore |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Matches a directed route implied by a given set of latitude/longitude points to an existing underlying road network graph using a given solution type.
IMPORTANT: It's highly recommended that you review the Network Graphs & Solvers concepts documentation, the Graph REST Tutorial, and/or some /match/graph examples before using this endpoint.
Definition at line 388 of file match_graph.h.
|
inline |
Constructs a MatchGraphResponse object with default parameter values.
Definition at line 395 of file match_graph.h.
std::map<std::string, std::string> gpudb::MatchGraphResponse::info |
Definition at line 404 of file match_graph.h.
float gpudb::MatchGraphResponse::matchScore |
Definition at line 403 of file match_graph.h.
bool gpudb::MatchGraphResponse::result |
Definition at line 402 of file match_graph.h.