ivpark_simple.h 258 B

12345678910111213141516
  1. #ifndef IVPARK_SIMPLE_H
  2. #define IVPARK_SIMPLE_H
  3. #include "ivif_park.h"
  4. class ivpark_simple : public ivif_park
  5. {
  6. public:
  7. ivpark_simple();
  8. public:
  9. virtual bool IsBocheEnable(double fLon, double fLat, double fHeading);
  10. };
  11. #endif // IVPARK_SIMPLE_H