Property Geotriggers
Geotriggers
Gets the set of Geotrigger objects defined for a GeoModel.
Declaration
public IList<Geotrigger> Geotriggers { get; }
Property Value
Type | Description |
---|---|
IList<Geotrigger> | The set of Geotrigger objects defined for a GeoModel. |
Remarks
This list is populated with Geotrigger conditions defined by the author of the map or scene when the GeotriggersInfo is Loaded. If no geotriggers are defined, this list will remain empty.
You can add your own geotriggers to this property but be aware that 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 - 100.15 |
.NET 6.0 | 100.14 - 100.15 |
.NET 6.0 Windows | 100.14 - 100.15 |
.NET Framework | 100.14 - 100.15 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 100.15 |