-
Notifications
You must be signed in to change notification settings - Fork 20
/
atlas.service.Models.GeofenceGeometry.yml
140 lines (122 loc) · 3.98 KB
/
atlas.service.Models.GeofenceGeometry.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
### YamlMime:TSType
name: GeofenceGeometry
uid: azure-maps-rest.atlas.service.Models.GeofenceGeometry
package: azure-maps-rest
summary: The geofencing geometry.
fullName: GeofenceGeometry
remarks: ''
isDeprecated: false
type: interface
properties:
- name: deviceId
uid: azure-maps-rest.atlas.service.Models.GeofenceGeometry.deviceId
package: azure-maps-rest
summary: >-
ID of the device.
**NOTE: This property will not be serialized. It can only be populated by
the server.**
fullName: deviceId
remarks: ''
isDeprecated: false
syntax:
content: 'deviceId?: string'
return:
description: ''
type: string
- name: distance
uid: azure-maps-rest.atlas.service.Models.GeofenceGeometry.distance
package: azure-maps-rest
summary: >-
Distance from the coordinate to the closest border of the geofence.
Positive means the
coordinate is outside of the geofence. If the coordinate is outside of the
geofence, but more
than the value of searchBuffer away from the closest geofence border, then
the value is 999.
Negative means the coordinate is inside of the geofence. If the coordinate
is inside the
polygon, but more than the value of searchBuffer away from the closest
geofencing border, then
the value is -999. A value of 999 means that there is great confidence the
coordinate is well
outside the geofence. A value of -999 means that there is great confidence
the coordinate is
well within the geofence.
**NOTE: This property will not be serialized. It can only be populated by
the server.**
fullName: distance
remarks: ''
isDeprecated: false
syntax:
content: 'distance?: number'
return:
description: ''
type: number
- name: geometryId
uid: azure-maps-rest.atlas.service.Models.GeofenceGeometry.geometryId
package: azure-maps-rest
summary: >-
The unique id identifies a geometry.
**NOTE: This property will not be serialized. It can only be populated by
the server.**
fullName: geometryId
remarks: ''
isDeprecated: false
syntax:
content: 'geometryId?: string'
return:
description: ''
type: string
- name: nearestLat
uid: azure-maps-rest.atlas.service.Models.GeofenceGeometry.nearestLat
package: azure-maps-rest
summary: >-
Latitude of the nearest point of the geometry.
**NOTE: This property will not be serialized. It can only be populated by
the server.**
fullName: nearestLat
remarks: ''
isDeprecated: false
syntax:
content: 'nearestLat?: number'
return:
description: ''
type: number
- name: nearestLon
uid: azure-maps-rest.atlas.service.Models.GeofenceGeometry.nearestLon
package: azure-maps-rest
summary: >-
Longitude of the nearest point of the geometry.
**NOTE: This property will not be serialized. It can only be populated by
the server.**
fullName: nearestLon
remarks: ''
isDeprecated: false
syntax:
content: 'nearestLon?: number'
return:
description: ''
type: number
- name: udId
uid: azure-maps-rest.atlas.service.Models.GeofenceGeometry.udId
package: azure-maps-rest
summary: >-
The unique id returned from [Data Upload
API](https://docs.microsoft.com/en-us/rest/api/maps/data/uploadPreview)
after uploading a
valid GeoJSON FeatureCollection object. Please refer to [RFC
7946](https://tools.ietf.org/html/rfc7946#section-3.3) for details. All
the feature's
properties should contain `geometryId`, which is used for identifying the
geometry and is
case-sensitive.
**NOTE: This property will not be serialized. It can only be populated by
the server.**
fullName: udId
remarks: ''
isDeprecated: false
syntax:
content: 'udId?: string'
return:
description: ''
type: string