Maps SDK for C++ 1.0.0
Loading...
Searching...
No Matches
gem::GeofenceArea Struct Reference

Geofence area. More...

Inheritance diagram for gem::GeofenceArea:
Collaboration diagram for gem::GeofenceArea:

Public Member Functions

 GeofenceArea ()=default
 Default Ctor.
 GeofenceArea (StrongPointer< GeographicArea > area, const String &id, const ParameterList &meta)
 Ctor with area, id and meta.
 operator bool () const
 bool operator

Public Attributes

StrongPointer< GeographicAreaarea
 geographic area object
ParameterList meta
 area metadata
String id
 area id

Detailed Description

Geofence area.

Constructor & Destructor Documentation

◆ GeofenceArea()

gem::GeofenceArea::GeofenceArea ( StrongPointer< GeographicArea > area,
const String & id,
const ParameterList & meta )
inline

Ctor with area, id and meta.

Parameters
areaThe geographic area object
idThe area id. Must be unique in the geofence areas collection
metaA list of parameters which compose the metadata.