ArcGIS Runtime SDK for iOS: AGSLocationGeotriggerFeed.h Source File
ArcGIS Runtime SDK for iOS  100.15
AGSLocationGeotriggerFeed.h
Go to the documentation of this file.
1 /*
2  COPYRIGHT 2022 ESRI
3 
4  All rights reserved under the copyright laws of the United States
5  and applicable international laws, treaties, and conventions.
6 
7  This material is licensed for use under the Esri Master License
8  Agreement (MLA), and is bound by the terms of that agreement.
9  You may redistribute and use this code without modification,
10  provided you adhere to the terms of the MLA and include this
11  copyright notice.
12 
13  See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english
14 
15  For additional information, contact:
16  Environmental Systems Research Institute, Inc.
17  Attn: Contracts and Legal Services Department
18  380 New York Street
19  Redlands, California, 92373
20  USA
21 
22  email: contracts@esri.com
23  */
24  //Required for Globals API doc
26 
27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSGeotriggerFeed.h>
29 
30 
31 
32 @class AGSArcadeExpression;
34 
69 
70 #pragma mark -
71 #pragma mark initializers
72 
76 - (instancetype)init;
77 
81 + (instancetype)locationGeotriggerFeed;
82 
87 - (instancetype)initWithLocationDataSource:(AGSLocationDataSource *)locationDataSource;
88 
93 + (instancetype)locationGeotriggerFeedWithLocationDataSource:(AGSLocationDataSource *)locationDataSource;
94 
95 #pragma mark -
96 #pragma mark properties
97 
125 @property (nullable, nonatomic, strong, readwrite) AGSArcadeExpression *filter;
126 
135 @property (nullable, nonatomic, strong, readwrite) AGSLocationDataSource *locationDataSource;
136 
137 #pragma mark -
138 #pragma mark methods
139 
140 @end
141 
142 
An Arcade expression object, containing an expression, a name, a return type and a title.
Definition: AGSArcadeExpression.h:53
Feed data required for an AGSGeotrigger.
Definition: AGSGeotriggerFeed.h:42
An abstract base class that provides location updates to AGSLocationDisplay.
Definition: AGSLocationDataSource.h:56
Feed data for an AGSGeotrigger created from an AGSLocationDataSource.
Definition: AGSLocationGeotriggerFeed.h:69
instancetype locationGeotriggerFeed()
AGSLocationDataSource * locationDataSource
Definition: AGSLocationGeotriggerFeed.h:135
AGSArcadeExpression * filter
Definition: AGSLocationGeotriggerFeed.h:125