Property GeotriggersInfo
GeotriggersInfo
Gets an object that presents information about the set of Geotrigger objects defined for the map or scene.
Declaration
public GeotriggersInfo GeotriggersInfo { get; }
Property Value
Type | Description |
---|---|
GeotriggersInfo | An object that presents information on the set of Geotrigger objects defined for the map or scene. |
Remarks
You must load the GeotriggersInfo to populate the collection with any geotriggers defined by the author of the map or scene. If no geotriggers are defined this list will remain empty.
Use a GeotriggerMonitor to check each of the conditions defined in Geotriggers.
When you save the map or scene any Geotrigger objects that reference local data (for example, a GraphicsOverlayFenceParameters) will be omitted.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.5 |
.NET | 100.14 - 200.5 |
.NET Windows | 100.14 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.14 - 200.5 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.5 |