Skip to content

Commit 7800f58

Browse files
authored
Merge pull request #87601 from jimbobbennett/patch-1
Corrected description of coordinates
2 parents a76a568 + 27cd5cd commit 7800f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-maps/geofence-geojson.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The data for geofence or set of geofences is represented by `Feature` Object and
3333
| businessDayOnly | Boolean | false | Indicate whether the data is only valid during business days. Default value is `false`.|
3434

3535

36-
* All coordinate values are represented as [latitude, longitude] defined in `WGS84`.
36+
* All coordinate values are represented as [longitude, latitude] defined in `WGS84`.
3737
* For each Feature, which contains `MultiPoint`, `MultiLineString`, `MultiPolygon` , or `GeometryCollection`, the properties are applied to all the elements. for example: All the points in `MultiPoint` will use same radius to form a multiple circle geofence.
3838
* In point-circle scenario, a circle geometry can be represented using a `Point` geometry object with properties elaborated in [Extending GeoJSON geometries](https://docs.microsoft.com/azure/azure-maps/extend-geojson).
3939

@@ -65,4 +65,4 @@ Following is a sample request body for a geofence represented as a circle geofen
6565
}
6666
}
6767
}
68-
```
68+
```

0 commit comments

Comments
 (0)