|
Maps SDK for C++ 1.0.0
|
Proximity geofence area result. More...


Public Member Functions | |
| GeofenceProximityArea ()=default | |
| Default Ctor. | |
| GeofenceProximityArea (const GeofenceArea &area, Coordinates borderPos=Coordinates(), int distance=0, bool inside=false) | |
| Detailed Ctor. | |
| operator bool () const | |
| bool operator | |
Public Attributes | |
| Coordinates | borderPos |
| closest position on area border | |
| int | distance |
| distance from searched coordinates to area border | |
| bool | inside |
| true if search coordinates are inside area, otherwise false | |
| StrongPointer< GeographicArea > | area |
| geographic area object | |
| ParameterList | meta |
| area metadata | |
| String | id |
| area id | |
Proximity geofence area result.
|
inline |