GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::MatchGraphResponse Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::MatchGraphResponse::MatchGraphResponse ( )
inline

Constructs a MatchGraphResponse object with default parameter values.

Definition at line 395 of file match_graph.h.

Member Data Documentation

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.


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