containment property
Defines the spatial relationship between the target location and the area. Possible string values are:
- "CONTAINMENT_UNSPECIFIED" : The containment is unspecified.
- "WITHIN" : The target location is within the area region, close to the center.
- "OUTSKIRTS" : The target location is within the area region, close to the edge.
- "NEAR" : The target location is outside the area region, but close by.
Implementation
core.String? containment;