Geo-Fence Control
A nonvisual component that signals when the mobile device enters or leaves a particular area within a certain radius. This component will only be visible in the PowerApps Studio and will not render when the app is running. Given Latitude, Longitude and a radius, this control will compute given the current geo-location of the device whether we are within the specified radius.

| Property |
Description |
| Latitude |
Sets the latitude of the target location. |
| Longitude |
Sets the longitude of the target location. |
| Radius |
Radius in Kilometer |
Output
| Property |
Description |
| IsWithinRadius |
Gets a boolean value signaling whether the distance between current location and specified location (Latitude and Longitude) is within the radius. |
| Distance |
Gets the distance in Kilometer between current location and specified location |