POINT_RADIUS_KEY

Key value for setting the monitoring radius (in meters) in Feature properties for a point geometry. The value is rounded to full meters.

{
 "geometry":{"coordinates":[...],"type":"Point"},
 "properties":{
 "MBX_GEOFENCE_POINT_RADIUS":100
 },
 "type":"Feature"
}