#include "ivif_nearpoint.h" ivif_nearpoint::ivif_nearpoint() { } ivif_nearpoint::~ivif_nearpoint() { } int ivif_nearpoint::FindNearPoint(const std::vector & gpsMapLine,double fLon, double fLat, double fHeading) { (void)gpsMapLine; (void)fLon; (void)fLat; (void)fHeading; return -1; } void ivif_nearpoint::ResetFind() { }