All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Geofencing.h
1 // Copyright (c) 2015 eeGeo. All rights reserved.
2 
3 #pragma once
4 
5 #include "PolygonShapeArgs.h"
6 
7 namespace Eegeo
8 {
9  namespace Data
10  {
11  namespace Geofencing
12  {
13  typedef ::Eegeo::Shapes::Polygons::PolygonShapeModel IGeofenceModel;
14  typedef ::Eegeo::Shapes::Polygons::PolygonShapeArgs::IShapeService IGeofenceService;
15  typedef ::Eegeo::Shapes::Polygons::PolygonShapeCreateParams GeofenceCreateParams;
16  typedef ::Eegeo::Shapes::Polygons::PolygonShapeBuilder GeofenceBuilder;
17  }
18  }
19 }