@vertigis/arcgis-extensions 49.9.0 → 50.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (351) hide show
  1. package/AppConfig.schema.json +23 -6
  2. package/Hyperlink.d.ts +3 -1
  3. package/Hyperlink.js +1 -1
  4. package/data/ArcGISServiceTableExtension.js +1 -1
  5. package/data/Feature.d.ts +1 -3
  6. package/data/Feature.js +1 -1
  7. package/data/FeatureSet.d.ts +40 -2
  8. package/data/FeatureSet.js +1 -1
  9. package/data/FeatureSettings.js +1 -1
  10. package/data/FeatureSourceBase.d.ts +22 -27
  11. package/data/FeatureSourceBase.js +1 -1
  12. package/data/FieldExtension.d.ts +0 -3
  13. package/data/FieldExtension.js +1 -1
  14. package/data/PopupContentExtension.js +1 -1
  15. package/data/Schema.js +1 -1
  16. package/data/_Relationship.d.ts +1 -2
  17. package/data/_TableExtension.d.ts +1 -1
  18. package/data/_TableExtension.js +1 -1
  19. package/docs/html/assets/highlight.css +38 -10
  20. package/docs/html/assets/navigation.js +1 -1
  21. package/docs/html/assets/search.js +1 -1
  22. package/docs/html/classes/Entity.EntityBase.html +12 -74
  23. package/docs/html/classes/Hyperlink.Hyperlink.html +10 -72
  24. package/docs/html/classes/LanguageResources.LanguageResources.html +36 -30
  25. package/docs/html/classes/data_ArcGISServiceTableExtension.ArcGISServiceTableExtension.html +35 -97
  26. package/docs/html/classes/data_Attachment.Attachment.html +12 -74
  27. package/docs/html/classes/data_Feature.Feature.html +16 -76
  28. package/docs/html/classes/data_FeatureList.FeatureList.html +73 -17
  29. package/docs/html/classes/data_FeatureSet.FeatureSet.html +39 -33
  30. package/docs/html/classes/data_FeatureSettings.FeatureSettings.html +11 -71
  31. package/docs/html/classes/data_FeatureSourceBase.FeatureSourceBase.html +35 -98
  32. package/docs/html/classes/data_FeatureSourceBase.RelationshipCollection.html +72 -16
  33. package/docs/html/classes/data_FeatureStream.FeatureStream.html +13 -75
  34. package/docs/html/classes/data_FieldExtension.FieldExtension.html +13 -75
  35. package/docs/html/classes/data_PopupContentExtension.PopupContentExtension.html +13 -75
  36. package/docs/html/classes/data_RelationshipBase.RelationshipBase.html +37 -31
  37. package/docs/html/classes/data_Schema.Schema.html +13 -73
  38. package/docs/html/classes/data_TaskSettings.TaskSettings.html +12 -72
  39. package/docs/html/classes/data__TableExtension.TableExtension.html +34 -96
  40. package/docs/html/classes/data__TableExtension.TableFeatureSettings.html +11 -71
  41. package/docs/html/classes/data__TableExtension.TableSchema.html +15 -75
  42. package/docs/html/classes/layer_preset_LayerPreset.LayerPreset.html +14 -76
  43. package/docs/html/classes/layer_preset_LayerPresetSettings.LayerPresetSetting.html +36 -30
  44. package/docs/html/classes/mapping_ArcGISSublayerExtension.ArcGISSublayerExtension.html +35 -97
  45. package/docs/html/classes/mapping_ArcGISSublayerExtension.ArcGISSublayerRelationshipCollection.html +72 -16
  46. package/docs/html/classes/mapping_BasemapExtension.BasemapExtension.html +14 -76
  47. package/docs/html/classes/mapping_Bookmark.Bookmark.html +12 -74
  48. package/docs/html/classes/mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerExtension.html +35 -97
  49. package/docs/html/classes/mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerSchema.html +13 -73
  50. package/docs/html/classes/mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerExtension.html +35 -97
  51. package/docs/html/classes/mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerSchema.html +13 -73
  52. package/docs/html/classes/mapping_BuildingSceneLayerExtension.BuildingSceneLayerExtension.html +35 -97
  53. package/docs/html/classes/mapping_BuildingSceneLayerExtension.BuildingSceneLayerReadOnlySchema.html +13 -73
  54. package/docs/html/classes/mapping_BuildingSublayerExtension.BuildingSublayerExtension.html +35 -97
  55. package/docs/html/classes/mapping_BuildingSublayerExtension.BuildingSublayerFeatureSettings.html +11 -53
  56. package/docs/html/classes/mapping_BuildingSublayerExtension.BuildingSublayerSchema.html +13 -73
  57. package/docs/html/classes/mapping_CSVLayerExtension.CSVLayerExtension.html +35 -97
  58. package/docs/html/classes/mapping_ElevationLayerExtension.ElevationLayerExtension.html +35 -97
  59. package/docs/html/classes/mapping_FeatureCollectionLayerExtension.FeatureCollectionLayerExtension.html +35 -97
  60. package/docs/html/classes/mapping_FeatureLayerExtension.FeatureLayerExtension.html +35 -97
  61. package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html +35 -97
  62. package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerReadOnlySchema.html +13 -73
  63. package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerSchema.html +13 -73
  64. package/docs/html/classes/mapping_GeoJSONLayerExtension.GeoJSONLayerExtension.html +35 -97
  65. package/docs/html/classes/mapping_GeoRSSLayerExtension.GeoRSSLayerExtension.html +35 -97
  66. package/docs/html/classes/mapping_GraphicsLayerExtension.GraphicsLayerExtension.html +35 -97
  67. package/docs/html/classes/mapping_GroundExtension.GroundExtension.html +13 -75
  68. package/docs/html/classes/mapping_GroupLayerExtension.GroupLayerExtension.html +35 -97
  69. package/docs/html/classes/mapping_GroupLayerExtension.GroupLayerExtensionCollection.html +74 -23
  70. package/docs/html/classes/mapping_ImageryLayerExtension.ImageryLayerExtension.html +35 -97
  71. package/docs/html/classes/mapping_ImageryTileLayerExtension.ImageryTileLayerExtension.html +35 -97
  72. package/docs/html/classes/mapping_IntegratedMeshLayerExtension.IntegratedMeshLayerExtension.html +35 -97
  73. package/docs/html/classes/mapping_KMLLayerExtension.KMLLayerExtension.html +35 -97
  74. package/docs/html/classes/mapping_KMLSublayerExtension.KMLSublayerExtension.html +35 -97
  75. package/docs/html/classes/mapping_MapConstraints.MapConstraints.html +12 -72
  76. package/docs/html/classes/mapping_MapExtension.MapExtension.html +13 -75
  77. package/docs/html/classes/mapping_MapImageLayerExtension.MapImageLayerExtension.html +35 -97
  78. package/docs/html/classes/mapping_MapImageSublayerExtension.MapImageSublayerExtension.html +35 -97
  79. package/docs/html/classes/mapping_MapNotesLayerExtension.MapNotesLayerExtension.html +35 -97
  80. package/docs/html/classes/mapping_MapNotesSublayerExtension.MapNotesSublayerExtension.html +35 -97
  81. package/docs/html/classes/mapping_MapNotesSublayerExtension.MapNotesSublayerExtensionSchema.html +13 -73
  82. package/docs/html/classes/mapping_MediaLayerExtension.MediaLayerExtension.html +35 -97
  83. package/docs/html/classes/mapping_OpenStreetMapLayerExtension.OpenStreetMapLayerExtension.html +35 -97
  84. package/docs/html/classes/mapping_PointCloudLayerExtension.PointCloudLayerExtension.html +35 -97
  85. package/docs/html/classes/mapping_RouteLayerExtension.RouteLayerExtension.html +35 -97
  86. package/docs/html/classes/mapping_RouteLayerExtension.RouteLayerExtensionSchema.html +13 -73
  87. package/docs/html/classes/mapping_SceneLayerExtension.SceneLayerExtension.html +35 -97
  88. package/docs/html/classes/mapping_StreamLayerExtension.StreamLayerExtension.html +35 -97
  89. package/docs/html/classes/mapping_StreamLayerExtension.StreamLayerSchema.html +13 -73
  90. package/docs/html/classes/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html +35 -97
  91. package/docs/html/classes/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerRelationshipCollection.html +72 -16
  92. package/docs/html/classes/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerSchema.html +13 -73
  93. package/docs/html/classes/mapping_SubtypeSublayerExtension.SubtypeSublayerExtension.html +35 -97
  94. package/docs/html/classes/mapping_SubtypeSublayerExtension.SubtypeSublayerRelationshipCollection.html +72 -16
  95. package/docs/html/classes/mapping_SubtypeSublayerExtension.SubtypeSublayerSchema.html +13 -73
  96. package/docs/html/classes/mapping_TileLayerExtension.TileLayerExtension.html +35 -97
  97. package/docs/html/classes/mapping_TileSublayerExtension.TileSublayerExtension.html +35 -97
  98. package/docs/html/classes/mapping_UnsupportedLayerExtension.UnsupportedLayerExtension.html +35 -97
  99. package/docs/html/classes/mapping_VectorTileLayerExtension.VectorTileLayerExtension.html +35 -97
  100. package/docs/html/classes/mapping_WFSLayerExtension.WFSLayerExtension.html +35 -97
  101. package/docs/html/classes/mapping_WMSLayerExtension.WMSLayerExtension.html +35 -97
  102. package/docs/html/classes/mapping_WMSSublayerExtension.WMSSublayerExtension.html +35 -97
  103. package/docs/html/classes/mapping_WMTSLayerExtension.WMTSLayerExtension.html +35 -97
  104. package/docs/html/classes/mapping_WebTileLayerExtension.WebTileLayerExtension.html +35 -97
  105. package/docs/html/classes/mapping__LayerExtension.LayerExtension.html +35 -97
  106. package/docs/html/classes/mapping__LayerExtension.LayerExtensionReadOnlySchema.html +13 -73
  107. package/docs/html/classes/mapping__LayerExtension.LayerExtensionSchema.html +13 -73
  108. package/docs/html/classes/mapping__LayerExtensionCollectionImpl.LayerExtensionCollectionImpl.html +74 -23
  109. package/docs/html/classes/mapping__SublayerExtension.SubSublayerExtensionCollection.html +74 -23
  110. package/docs/html/classes/mapping__SublayerExtension.SublayerExtension.html +35 -97
  111. package/docs/html/classes/mapping__SublayerExtension.SublayerSchema.html +13 -73
  112. package/docs/html/classes/mapping_support_ArrayWrappedCollection.ArrayWrappedCollection.html +72 -16
  113. package/docs/html/classes/mapping_support_LayerListSettings.ExtensionBaseLayerListSettings.html +9 -71
  114. package/docs/html/classes/mapping_support_LayerListSettings.LayerListSettings.html +10 -72
  115. package/docs/html/classes/mapping_support__LayerExtensionCollection.LayerExtensionCollectionBase.html +77 -26
  116. package/docs/html/classes/mapping_support__SublayerExtensionCollection.SublayerExtensionCollectionBase.html +77 -26
  117. package/docs/html/classes/menus_Menu.Menu.html +13 -75
  118. package/docs/html/classes/menus_MenuItem.MenuItem.html +13 -75
  119. package/docs/html/classes/support_FormatSettings.FormatSettings.html +12 -72
  120. package/docs/html/classes/support_InitializableBase.InitializableBase.html +21 -83
  121. package/docs/html/classes/support_InitializableCollectionProxy.InitializableCollectionProxy.html +73 -17
  122. package/docs/html/classes/support_Observable.Observable.html +27 -26
  123. package/docs/html/classes/support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html +73 -17
  124. package/docs/html/classes/support_Serializable.SerializableBase.html +38 -32
  125. package/docs/html/classes/support_Settings.Settings.html +15 -75
  126. package/docs/html/classes/support__ArcGISRelationshipCollection.ArcGISRelationshipCollection.html +72 -16
  127. package/docs/html/classes/support_observableUtils.ObservableMixin.html +3 -0
  128. package/docs/html/classes/tasks_geocoding_ArcGISGeocoder.ArcGISGeocoder.html +35 -97
  129. package/docs/html/classes/tasks_geocoding_Geocoder.Geocoder.html +33 -95
  130. package/docs/html/classes/tasks_identify_IdentifyService.IdentifyService.html +11 -73
  131. package/docs/html/classes/tasks_query_ArcGISRelationship.ArcGISRelationship.html +36 -30
  132. package/docs/html/classes/tasks_query_QueryBasedRelationship.QueryBasedRelationship.html +36 -30
  133. package/docs/html/classes/tasks_query_QueryService.QueryService.html +11 -73
  134. package/docs/html/classes/tasks_search_SearchService.SearchService.html +12 -74
  135. package/docs/html/classes/utilities_CaseInsensitiveObservableMap.CaseInsensitiveObservableMap.html +24 -27
  136. package/docs/html/classes/utilities_CollectionProxy.CollectionProxy.html +73 -17
  137. package/docs/html/classes/utilities_CopyOnWriteCollection.CopyOnWriteCollection.html +72 -16
  138. package/docs/html/classes/utilities_MapTransformCollection.MapTransformCollection.html +72 -16
  139. package/docs/html/classes/utilities_ObservableMap.ObservableMap.html +26 -32
  140. package/docs/html/classes/utilities_ObservableSet.ObservableSet.html +38 -32
  141. package/docs/html/classes/utilities_ObservableWeakSet.ObservableWeakSet.html +44 -42
  142. package/docs/html/classes/utilities_ReadOnlyCollection.ReadOnlyCollection.html +72 -16
  143. package/docs/html/classes/utilities_ReadOnlyMap.ReadOnlyMap.html +23 -29
  144. package/docs/html/classes/utilities_format_date.DateFormatter.html +37 -31
  145. package/docs/html/classes/utilities_format_number.NumberFormatter.html +37 -31
  146. package/docs/html/classes/utilities_format_time.TimeFormatter.html +37 -31
  147. package/docs/html/functions/support_Observable.deprecatedGetPropertyPath.html +7 -0
  148. package/docs/html/functions/support_Observable.deprecatedNotifyChange.html +5 -0
  149. package/docs/html/functions/support_Observable.deprecatedSet.html +9 -0
  150. package/docs/html/functions/support_Observable.deprecatedWatch.html +9 -0
  151. package/docs/html/functions/support_Observable.deprecatedWatchProperty.html +14 -0
  152. package/docs/html/functions/support_Observable.getPropertyByPath.html +3 -2
  153. package/docs/html/functions/support_observableUtils.createIHandle.html +8 -0
  154. package/docs/html/functions/support_observableUtils.notifyChange.html +8 -0
  155. package/docs/html/functions/support_observableUtils.observable-1.html +31 -0
  156. package/docs/html/functions/support_observableUtils.onWatch.html +14 -0
  157. package/docs/html/functions/support_observableUtils.once.html +11 -0
  158. package/docs/html/functions/support_observableUtils.watch.html +24 -0
  159. package/docs/html/functions/support_observableUtils.watchEach.html +33 -0
  160. package/docs/html/functions/support_observableUtils.watchEvent.html +12 -0
  161. package/docs/html/functions/support_observableUtils.when.html +9 -0
  162. package/docs/html/functions/support_observableUtils.whenOnce.html +9 -0
  163. package/docs/html/functions/utilities_checkArg.checkArg.html +1 -1
  164. package/docs/html/functions/utilities_watch.onCollectionPropertyChange.html +6 -1
  165. package/docs/html/functions/utilities_watch.watchCollectionPropertyEach.html +5 -4
  166. package/docs/html/functions/utilities_watch.watchEach.html +8 -6
  167. package/docs/html/hierarchy.html +1 -1
  168. package/docs/html/interfaces/data_ArcGISServiceTableExtension.ArcGISServiceTableExtensionProperties.html +1 -1
  169. package/docs/html/interfaces/data_Feature.PresentableAttributes.html +24 -30
  170. package/docs/html/interfaces/data_Schema.SchemaProperties.html +2 -2
  171. package/docs/html/interfaces/data__Relationship.Relationship-1.html +35 -29
  172. package/docs/html/interfaces/data__TableExtension.TableExtensionProperties.html +1 -1
  173. package/docs/html/interfaces/json_AnnotationLayerJson.AnnotationLayerJson.html +2 -2
  174. package/docs/html/interfaces/json_BasemapLayerJson.BasemapLayerJsonBase.html +2 -2
  175. package/docs/html/interfaces/json_BingLayerJson.BingLayerJson.html +2 -2
  176. package/docs/html/interfaces/json_BuildingSceneLayerJson.BuildingSceneLayerJson.html +2 -2
  177. package/docs/html/interfaces/json_CSVLayerJson.CSVLayerJson.html +2 -2
  178. package/docs/html/interfaces/json_FeatureLayerJson.FeatureLayerJson.html +2 -2
  179. package/docs/html/interfaces/json_GeoJSONLayerJson.GeoJSONLayerJson.html +2 -2
  180. package/docs/html/interfaces/json_GeoRSSLayerJson.GeoRSSLayerJson.html +2 -2
  181. package/docs/html/interfaces/json_GroupLayerJson.GroupLayerJson.html +2 -2
  182. package/docs/html/interfaces/json_ImageServiceLayerJson.ImageServiceLayerJson.html +2 -2
  183. package/docs/html/interfaces/json_ImageServiceVectorLayerJson.ImageServiceVectorLayerJson.html +2 -2
  184. package/docs/html/interfaces/json_IntegratedMeshLayerJson.IntegratedMeshLayerJson.html +2 -2
  185. package/docs/html/interfaces/json_ItemJson.ItemJson.html +2 -2
  186. package/docs/html/interfaces/json_KMLLayerJson.KMLLayerJson.html +2 -2
  187. package/docs/html/interfaces/json_LayerJson.LayerJsonBase.html +2 -2
  188. package/docs/html/interfaces/json_MapServiceLayerJson.MapServiceLayerJson.html +2 -2
  189. package/docs/html/interfaces/json_MediaLayerJson.MediaLayerJson.html +2 -2
  190. package/docs/html/interfaces/json_OpenStreetMapLayerJson.OpenStreetMapLayerJson.html +2 -2
  191. package/docs/html/interfaces/json_OperationalLayerJson.OperationalLayerJsonBase.html +2 -2
  192. package/docs/html/interfaces/json_PointCloudLayerJson.PointCloudLayerJson.html +2 -2
  193. package/docs/html/interfaces/json_RasterDataElevationLayerJson.RasterDataElevationLayerJson.html +2 -2
  194. package/docs/html/interfaces/json_SceneLayerJson.SceneLayerJson.html +2 -2
  195. package/docs/html/interfaces/json_StreamLayerJson.StreamLayerJson.html +2 -2
  196. package/docs/html/interfaces/json_SubtypeGroupLayerJson.SubtypeGroupLayerJson.html +2 -2
  197. package/docs/html/interfaces/json_SubtypeGroupLayerJson.SubtypeSubtypeGroupLayerJson.html +2 -2
  198. package/docs/html/interfaces/json_SubtypeSublayerJson.SubtypeSublayerJson.html +2 -2
  199. package/docs/html/interfaces/json_TiledElevationServiceLayerJson.TiledElevationServiceLayerJson.html +2 -2
  200. package/docs/html/interfaces/json_TiledImageServiceLayerJson.TiledImageServiceLayerJson.html +2 -2
  201. package/docs/html/interfaces/json_TiledMapServiceLayerJson.TiledMapServiceLayerJson.html +2 -2
  202. package/docs/html/interfaces/json_VectorTileLayerJson.VectorTileLayerJson.html +2 -2
  203. package/docs/html/interfaces/json_WFSLayerJson.WFSLayerJson.html +2 -2
  204. package/docs/html/interfaces/json_WMSLayerJson.WMSLayerJson.html +2 -2
  205. package/docs/html/interfaces/json_WebTileLayerJson.WebTileLayerJson.html +2 -2
  206. package/docs/html/interfaces/mapping_ArcGISSublayerExtension.ArcGISSublayerExtensionProperties.html +1 -1
  207. package/docs/html/interfaces/mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerExtensionProperties.html +1 -1
  208. package/docs/html/interfaces/mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerExtensionProperties.html +1 -1
  209. package/docs/html/interfaces/mapping_BuildingSceneLayerExtension.BuildingSceneLayerExtensionProperties.html +1 -1
  210. package/docs/html/interfaces/mapping_BuildingSceneLayerExtension.BuildingSceneLayerProperties.html +2 -2
  211. package/docs/html/interfaces/mapping_BuildingSublayerExtension.BuildingSublayerExtensionProperties.html +1 -1
  212. package/docs/html/interfaces/mapping_CSVLayerExtension.CSVLayerExtensionProperties.html +1 -1
  213. package/docs/html/interfaces/mapping_ElevationLayerExtension.ElevationLayerExtensionProperties.html +1 -1
  214. package/docs/html/interfaces/mapping_FeatureLayerExtension.FeatureLayerExtensionProperties.html +1 -1
  215. package/docs/html/interfaces/mapping_FeatureLayerExtension.FeatureLayerProperties.html +2 -2
  216. package/docs/html/interfaces/mapping_FeatureLayerExtensionBase.FeatureLayerBaseProperties.html +2 -2
  217. package/docs/html/interfaces/mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBaseProperties.html +1 -1
  218. package/docs/html/interfaces/mapping_GeoJSONLayerExtension.GeoJSONLayerExtensionProperties.html +1 -1
  219. package/docs/html/interfaces/mapping_GeoRSSLayerExtension.GeoRSSLayerExtensionProperties.html +1 -1
  220. package/docs/html/interfaces/mapping_GraphicsLayerExtension.GraphicsLayerExtensionProperties.html +1 -1
  221. package/docs/html/interfaces/mapping_GroupLayerExtension.GroupLayerExtensionProperties.html +1 -1
  222. package/docs/html/interfaces/mapping_ImageryLayerExtension.ImageryLayerExtensionProperties.html +1 -1
  223. package/docs/html/interfaces/mapping_ImageryTileLayerExtension.ImageryTileLayerExtensionProperties.html +1 -1
  224. package/docs/html/interfaces/mapping_IntegratedMeshLayerExtension.IntegratedMeshLayerExtensionProperties.html +1 -1
  225. package/docs/html/interfaces/mapping_KMLLayerExtension.KMLLayerExtensionProperties.html +1 -1
  226. package/docs/html/interfaces/mapping_KMLSublayerExtension.KMLSublayerExtensionProperties.html +1 -1
  227. package/docs/html/interfaces/mapping_MapExtension.MapExtensionProperties.html +3 -3
  228. package/docs/html/interfaces/mapping_MapImageLayerExtension.MapImageLayerExtensionProperties.html +4 -4
  229. package/docs/html/interfaces/mapping_MapImageSublayerExtension.MapImageSublayerExtensionProperties.html +1 -1
  230. package/docs/html/interfaces/mapping_MapNotesLayerExtension.MapNotesLayerExtensionProperties.html +1 -1
  231. package/docs/html/interfaces/mapping_MapNotesSublayerExtension.MapNotesSublayerExtensionProperties.html +1 -1
  232. package/docs/html/interfaces/mapping_MediaLayerExtension.MediaLayerExtensionProperties.html +1 -1
  233. package/docs/html/interfaces/mapping_OpenStreetMapLayerExtension.OpenStreetMapLayerExtensionProperties.html +1 -1
  234. package/docs/html/interfaces/mapping_PointCloudLayerExtension.PointCloudLayerExtensionProperties.html +1 -1
  235. package/docs/html/interfaces/mapping_PointCloudLayerExtension.PointCloudLayerProperties.html +2 -2
  236. package/docs/html/interfaces/mapping_RouteLayerExtension.RouteLayerExtensionProperties.html +1 -1
  237. package/docs/html/interfaces/mapping_SceneLayerExtension.SceneLayerExtensionProperties.html +1 -1
  238. package/docs/html/interfaces/mapping_StreamLayerExtension.StreamLayerExtensionProperties.html +1 -1
  239. package/docs/html/interfaces/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtensionProperties.html +1 -1
  240. package/docs/html/interfaces/mapping_SubtypeSublayerExtension.SubtypeSublayerExtensionProperties.html +1 -1
  241. package/docs/html/interfaces/mapping_TileLayerExtension.TileLayerExtensionProperties.html +1 -1
  242. package/docs/html/interfaces/mapping_TileSublayerExtension.TileSublayerExtensionProperties.html +1 -1
  243. package/docs/html/interfaces/mapping_VectorTileLayerExtension.VectorTileLayerExtensionProperties.html +1 -1
  244. package/docs/html/interfaces/mapping_WFSLayerExtension.WFSLayerExtensionProperties.html +1 -1
  245. package/docs/html/interfaces/mapping_WMSLayerExtension.WMSLayerExtensionProperties.html +1 -1
  246. package/docs/html/interfaces/mapping_WMSSublayerExtension.WMSSublayerExtensionProperties.html +1 -1
  247. package/docs/html/interfaces/mapping_WMTSLayerExtension.WMTSLayerExtensionProperties.html +1 -1
  248. package/docs/html/interfaces/mapping_WebTileLayerExtension.WebTileLayerExtensionProperties.html +1 -1
  249. package/docs/html/interfaces/mapping__LayerExtension.LayerExtensionProperties.html +1 -1
  250. package/docs/html/interfaces/mapping__SublayerExtension.SublayerExtensionProperties.html +1 -1
  251. package/docs/html/interfaces/mapping_support_ArrayWrappedCollection.ArrayWrappedCollectionProperties.html +3 -3
  252. package/docs/html/interfaces/support_InitializableBase.Initializable.html +1 -1
  253. package/docs/html/interfaces/support_Observable.IDeprecatedObservable.html +57 -0
  254. package/docs/html/interfaces/support_Serializable.Serializable.html +60 -5
  255. package/docs/html/interfaces/support_esri.SublayerLike.html +2 -29
  256. package/docs/html/interfaces/support_observableUtils.IHandle.html +9 -0
  257. package/docs/html/interfaces/support_observableUtils.WatchEachOptions.html +29 -0
  258. package/docs/html/interfaces/support_observableUtils.WatchOptions.html +26 -0
  259. package/docs/html/interfaces/utilities_collection.AfterItemChangeEvent.html +4 -0
  260. package/docs/html/modules/support_Observable.html +8 -2
  261. package/docs/html/modules/support_esri.html +4 -3
  262. package/docs/html/modules/support_observableUtils.html +20 -0
  263. package/docs/html/modules/utilities_ObservableWeakSet.html +1 -1
  264. package/docs/html/modules/utilities_collection.html +1 -0
  265. package/docs/html/modules/utilities_watch.html +4 -4
  266. package/docs/html/modules.html +1 -0
  267. package/docs/html/types/support_esri.CollectionAfterEvent.html +1 -0
  268. package/docs/html/types/support_esri.CollectionAfterItemEvent.html +1 -1
  269. package/docs/html/types/support_esri.CollectionEvent.html +1 -0
  270. package/docs/html/types/support_esri.CollectionItemEvent.html +1 -0
  271. package/docs/html/types/support_observableUtils.Observable.html +5 -0
  272. package/docs/html/types/support_observableUtils.ObservablePropertyPath.html +9 -0
  273. package/docs/html/types/support_observableUtils.TargetTypeFromPath.html +14 -0
  274. package/docs/html/types/support_observableUtils.ValueTypeFromPath.html +14 -0
  275. package/docs/html/types/support_observableUtils.WhenOptions.html +7 -0
  276. package/docs/html/types/utilities_watch.WatchCallback.html +3 -0
  277. package/docs/html/variables/version.version.html +1 -1
  278. package/layer-preset/LayerPreset.js +1 -1
  279. package/mapping/ArcGISSublayerExtension.js +1 -1
  280. package/mapping/BasemapExtension.d.ts +1 -1
  281. package/mapping/BasemapExtension.js +1 -1
  282. package/mapping/BuildingComponentSublayerExtension.js +1 -1
  283. package/mapping/CSVLayerExtension.js +1 -1
  284. package/mapping/FeatureLayerExtension.js +1 -1
  285. package/mapping/FeatureLayerExtensionBase.js +1 -1
  286. package/mapping/GeoJSONLayerExtension.js +1 -1
  287. package/mapping/GeoRSSLayerExtension.js +1 -1
  288. package/mapping/GraphicsLayerExtension.js +1 -1
  289. package/mapping/GroundExtension.js +1 -1
  290. package/mapping/GroupLayerExtension.js +1 -1
  291. package/mapping/ImageryLayerExtension.js +1 -1
  292. package/mapping/KMLLayerExtension.js +1 -1
  293. package/mapping/MapExtension.d.ts +1 -1
  294. package/mapping/MapExtension.js +1 -1
  295. package/mapping/MapNotesSublayerExtension.js +1 -1
  296. package/mapping/PointCloudLayerExtension.js +1 -1
  297. package/mapping/RouteLayerExtension.js +1 -1
  298. package/mapping/SceneLayerExtension.js +1 -1
  299. package/mapping/StreamLayerExtension.js +1 -1
  300. package/mapping/SubtypeGroupLayerExtension.js +1 -1
  301. package/mapping/SubtypeSublayerExtension.js +1 -1
  302. package/mapping/WFSLayerExtension.js +1 -1
  303. package/mapping/WMTSLayerExtension.js +1 -1
  304. package/mapping/_LayerExtension.js +1 -1
  305. package/mapping/_SublayerExtension.d.ts +1 -1
  306. package/mapping/_SublayerExtension.js +1 -1
  307. package/mapping/support/ArrayWrappedCollection.d.ts +3 -3
  308. package/mapping/support/ArrayWrappedCollection.js +1 -1
  309. package/mapping/support/LayerListSettings.d.ts +3 -1
  310. package/mapping/support/LayerListSettings.js +1 -1
  311. package/mapping/support/PopupTemplateFeatureSettings.js +1 -1
  312. package/mapping/support/_LayerExtensionCollection.d.ts +19 -4
  313. package/mapping/support/_LayerExtensionCollection.js +1 -1
  314. package/mapping/support/_SublayerExtensionCollection.d.ts +19 -4
  315. package/mapping/support/_SublayerExtensionCollection.js +1 -1
  316. package/package.json +1 -1
  317. package/portal/BuildingSceneLayer.js +1 -1
  318. package/portal/SubtypeGroupLayer.js +1 -1
  319. package/portal/WMSLayer.js +1 -1
  320. package/support/InitializableBase.d.ts +12 -3
  321. package/support/InitializableBase.js +1 -1
  322. package/support/InitializeError.js +1 -1
  323. package/support/Observable.d.ts +164 -14
  324. package/support/Observable.js +1 -1
  325. package/support/Serializable.d.ts +40 -3
  326. package/support/Serializable.js +1 -1
  327. package/support/Settings.d.ts +6 -7
  328. package/support/Settings.js +1 -1
  329. package/support/esri.d.ts +6 -52
  330. package/support/observableUtils.d.ts +560 -0
  331. package/support/observableUtils.js +1 -0
  332. package/tasks/geocoding/ArcGISGeocoder.js +1 -1
  333. package/tasks/query/ClientSideQueryProvider.js +1 -1
  334. package/utilities/CollectionProxy.d.ts +54 -23
  335. package/utilities/CollectionProxy.js +1 -1
  336. package/utilities/MapTransformCollection.js +1 -1
  337. package/utilities/ObservableMap.d.ts +35 -4
  338. package/utilities/ObservableMap.js +1 -1
  339. package/utilities/ObservableSet.d.ts +44 -3
  340. package/utilities/ObservableSet.js +1 -1
  341. package/utilities/ObservableWeakSet.d.ts +3 -0
  342. package/utilities/ReadOnlyMap.d.ts +15 -2
  343. package/utilities/ReadOnlyMap.js +1 -1
  344. package/utilities/collection.d.ts +9 -0
  345. package/utilities/collection.js +1 -1
  346. package/utilities/watch.d.ts +25 -7
  347. package/utilities/watch.js +1 -1
  348. package/version.d.ts +1 -1
  349. package/version.js +1 -1
  350. package/docs/html/interfaces/support_esri.AccessorLike.html +0 -29
  351. package/docs/html/types/support_esri.WatchCallback.html +0 -3
@@ -5,24 +5,24 @@
5
5
  <a href="tasks_geocoding_Geocoder.Geocoder.html#_itemType" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_item<wbr/>Type</span></a>
6
6
  <a href="tasks_geocoding_Geocoder.Geocoder.html#addressSchema" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>address<wbr/>Schema</span></a>
7
7
  <a href="tasks_geocoding_Geocoder.Geocoder.html#defaultAddressValues" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>default<wbr/>Address<wbr/>Values</span></a>
8
- <a href="tasks_geocoding_Geocoder.Geocoder.html#featureSettings" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>feature<wbr/>Settings</span></a>
9
- <a href="tasks_geocoding_Geocoder.Geocoder.html#hyperlinks" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>hyperlinks</span></a>
10
8
  <a href="tasks_geocoding_Geocoder.Geocoder.html#iconUrl" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>icon<wbr/>Url?</span></a>
11
9
  <a href="tasks_geocoding_Geocoder.Geocoder.html#onAddFeature" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Add<wbr/>Feature?</span></a>
12
10
  <a href="tasks_geocoding_Geocoder.Geocoder.html#onEditFeature" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Edit<wbr/>Feature?</span></a>
13
11
  <a href="tasks_geocoding_Geocoder.Geocoder.html#queryService" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>query<wbr/>Service?</span></a>
14
- <a href="tasks_geocoding_Geocoder.Geocoder.html#relationships" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>relationships</span></a>
15
- <a href="tasks_geocoding_Geocoder.Geocoder.html#schema" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>schema</span></a>
16
- <a href="tasks_geocoding_Geocoder.Geocoder.html#taskSettings" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>task<wbr/>Settings</span></a>
17
12
  <a href="tasks_geocoding_Geocoder.Geocoder.html#title" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>title</span></a>
18
13
  </div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Accessors</h3><div class="tsd-index-list"><a href="tasks_geocoding_Geocoder.Geocoder.html#capabilities" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>capabilities</span></a>
19
14
  <a href="tasks_geocoding_Geocoder.Geocoder.html#failureMode" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>failure<wbr/>Mode</span></a>
20
15
  <a href="tasks_geocoding_Geocoder.Geocoder.html#featureActions" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>feature<wbr/>Actions</span></a>
16
+ <a href="tasks_geocoding_Geocoder.Geocoder.html#featureSettings" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>feature<wbr/>Settings</span></a>
21
17
  <a href="tasks_geocoding_Geocoder.Geocoder.html#featureSourceActions" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>feature<wbr/>Source<wbr/>Actions</span></a>
18
+ <a href="tasks_geocoding_Geocoder.Geocoder.html#hyperlinks" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>hyperlinks</span></a>
22
19
  <a href="tasks_geocoding_Geocoder.Geocoder.html#id" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>id</span></a>
23
20
  <a href="tasks_geocoding_Geocoder.Geocoder.html#isDestroyed" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>is<wbr/>Destroyed</span></a>
24
21
  <a href="tasks_geocoding_Geocoder.Geocoder.html#isInitialized" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>is<wbr/>Initialized</span></a>
25
22
  <a href="tasks_geocoding_Geocoder.Geocoder.html#itemType" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>item<wbr/>Type</span></a>
23
+ <a href="tasks_geocoding_Geocoder.Geocoder.html#relationships" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>relationships</span></a>
24
+ <a href="tasks_geocoding_Geocoder.Geocoder.html#schema" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>schema</span></a>
25
+ <a href="tasks_geocoding_Geocoder.Geocoder.html#taskSettings" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>task<wbr/>Settings</span></a>
26
26
  </div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Methods</h3><div class="tsd-index-list"><a href="tasks_geocoding_Geocoder.Geocoder.html#_addAttachment" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_add<wbr/>Attachment</span></a>
27
27
  <a href="tasks_geocoding_Geocoder.Geocoder.html#_addFeatures" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_add<wbr/>Features</span></a>
28
28
  <a href="tasks_geocoding_Geocoder.Geocoder.html#_capabilities" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_capabilities</span></a>
@@ -40,13 +40,12 @@
40
40
  <a href="tasks_geocoding_Geocoder.Geocoder.html#_initializableChildCollections" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_initializable<wbr/>Child<wbr/>Collections</span></a>
41
41
  <a href="tasks_geocoding_Geocoder.Geocoder.html#_initializeChildren" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_initialize<wbr/>Children</span></a>
42
42
  <a href="tasks_geocoding_Geocoder.Geocoder.html#_isRelationship" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_is<wbr/>Relationship</span></a>
43
- <a href="tasks_geocoding_Geocoder.Geocoder.html#_notifyChange" class="tsd-index-link deprecated tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_notify<wbr/>Change</span></a>
44
43
  <a href="tasks_geocoding_Geocoder.Geocoder.html#_onDestroy" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_on<wbr/>Destroy</span></a>
45
44
  <a href="tasks_geocoding_Geocoder.Geocoder.html#_onInitialize" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_on<wbr/>Initialize</span></a>
46
45
  <a href="tasks_geocoding_Geocoder.Geocoder.html#_postInitialize" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_post<wbr/>Initialize</span></a>
47
46
  <a href="tasks_geocoding_Geocoder.Geocoder.html#_toPropertyDef" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_to<wbr/>Property<wbr/>Def</span></a>
48
47
  <a href="tasks_geocoding_Geocoder.Geocoder.html#_updateFeatures" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_update<wbr/>Features</span></a>
49
- <a href="tasks_geocoding_Geocoder.Geocoder.html#_watchProperty" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_watch<wbr/>Property</span></a>
48
+ <a href="tasks_geocoding_Geocoder.Geocoder.html#_watchProperty" class="tsd-index-link deprecated tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_watch<wbr/>Property</span></a>
50
49
  <a href="tasks_geocoding_Geocoder.Geocoder.html#addAttachment" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>add<wbr/>Attachment</span></a>
51
50
  <a href="tasks_geocoding_Geocoder.Geocoder.html#addFeature" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>add<wbr/>Feature</span></a>
52
51
  <a href="tasks_geocoding_Geocoder.Geocoder.html#addFeatures" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>add<wbr/>Features</span></a>
@@ -61,7 +60,7 @@
61
60
  <a href="tasks_geocoding_Geocoder.Geocoder.html#emit" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>emit</span></a>
62
61
  <a href="tasks_geocoding_Geocoder.Geocoder.html#finishAssignProperties" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>finish<wbr/>Assign<wbr/>Properties</span></a>
63
62
  <a href="tasks_geocoding_Geocoder.Geocoder.html#geocode" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>geocode</span></a>
64
- <a href="tasks_geocoding_Geocoder.Geocoder.html#get" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get</span></a>
63
+ <a href="tasks_geocoding_Geocoder.Geocoder.html#get" class="tsd-index-link deprecated tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get</span></a>
65
64
  <a href="tasks_geocoding_Geocoder.Geocoder.html#getAttachments" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Attachments</span></a>
66
65
  <a href="tasks_geocoding_Geocoder.Geocoder.html#getDefault" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Default</span></a>
67
66
  <a href="tasks_geocoding_Geocoder.Geocoder.html#getDefaults" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Defaults</span></a>
@@ -70,16 +69,16 @@
70
69
  <a href="tasks_geocoding_Geocoder.Geocoder.html#getFullExtent" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Full<wbr/>Extent</span></a>
71
70
  <a href="tasks_geocoding_Geocoder.Geocoder.html#getSerializableProperties" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Serializable<wbr/>Properties</span></a>
72
71
  <a href="tasks_geocoding_Geocoder.Geocoder.html#initialize" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>initialize</span></a>
73
- <a href="tasks_geocoding_Geocoder.Geocoder.html#notifyChange" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>notify<wbr/>Change</span></a>
72
+ <a href="tasks_geocoding_Geocoder.Geocoder.html#notifyChange" class="tsd-index-link deprecated tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>notify<wbr/>Change</span></a>
74
73
  <a href="tasks_geocoding_Geocoder.Geocoder.html#on" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>on</span></a>
75
74
  <a href="tasks_geocoding_Geocoder.Geocoder.html#reverseGeocode" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>reverse<wbr/>Geocode</span></a>
76
- <a href="tasks_geocoding_Geocoder.Geocoder.html#set" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set</span></a>
75
+ <a href="tasks_geocoding_Geocoder.Geocoder.html#set" class="tsd-index-link deprecated tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set</span></a>
77
76
  <a href="tasks_geocoding_Geocoder.Geocoder.html#suggest" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>suggest</span></a>
78
77
  <a href="tasks_geocoding_Geocoder.Geocoder.html#toItemUri" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>to<wbr/>Item<wbr/>Uri</span></a>
79
78
  <a href="tasks_geocoding_Geocoder.Geocoder.html#toJSON" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>toJSON</span></a>
80
79
  <a href="tasks_geocoding_Geocoder.Geocoder.html#updateFeature" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>update<wbr/>Feature</span></a>
81
80
  <a href="tasks_geocoding_Geocoder.Geocoder.html#updateFeatures" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>update<wbr/>Features</span></a>
82
- <a href="tasks_geocoding_Geocoder.Geocoder.html#watch" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>watch</span></a>
81
+ <a href="tasks_geocoding_Geocoder.Geocoder.html#watch" class="tsd-index-link deprecated tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>watch</span></a>
83
82
  </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Constructors"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Constructors</h2></summary><section><section class="tsd-panel tsd-member"><a id="constructor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="constructor.new_Geocoder" class="tsd-anchor"></a><span class="tsd-kind-constructor-signature">new <wbr/>Geocoder</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">properties</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="tasks_geocoding_Geocoder.Geocoder.html" class="tsd-signature-type tsd-kind-class">Geocoder</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><span class="tsd-signature-symbol">&gt;</span><a href="#constructor.new_Geocoder" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="constructor.new_Geocoder.TProperties-1" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">TProperties</span><span class="tsd-signature-keyword"> extends </span><a href="../interfaces/tasks_geocoding_Geocoder.GeocoderProperties.html" class="tsd-signature-type tsd-kind-interface">GeocoderProperties</a> = <a href="../interfaces/tasks_geocoding_Geocoder.GeocoderProperties.html" class="tsd-signature-type tsd-kind-interface">GeocoderProperties</a></span></li></ul></section><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">properties</span>: <a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <a href="tasks_geocoding_Geocoder.Geocoder.html" class="tsd-signature-type tsd-kind-class">Geocoder</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources"><p>Overrides <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#constructor">constructor</a></p></aside></li></ul></section></section></details><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member tsd-is-protected"><a id="_capabilitiesInternal" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_capabilities<wbr/>Internal</span><a href="#_capabilitiesInternal" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_capabilities<wbr/>Internal</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/tasks_geocoding_Geocoder.GeocoderCapabilities.html" class="tsd-signature-type tsd-kind-interface">GeocoderCapabilities</a><span class="tsd-signature-symbol"> = ...</span></div><div class="tsd-comment tsd-typography"><p>The default capabilities for a geocoder.</p>
84
83
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="_id" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_id</span><a href="#_id" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>The unique ID for this entity. Once set, this should never change.</p>
85
84
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#_id">_id</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-protected"><a id="_itemType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code> <code class="tsd-tag">Readonly</code><span>_item<wbr/>Type</span><a href="#_itemType" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_item<wbr/>Type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ItemType.GEOCODER</span></div><div class="tsd-comment tsd-typography"><p>The item type for this entity when it participates in an App.</p>
@@ -89,19 +88,12 @@ address. For instance, if a geocoder has a &quot;City&quot; input field, then
89
88
  setting its default value to &quot;Victoria&quot; would cause the geocoder to
90
89
  search for addresses within the city of Victoria by default if no city is
91
90
  specified.</p>
92
- </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="featureSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Readonly</code><span>feature<wbr/>Settings</span><a href="#featureSettings" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">feature<wbr/>Settings</span><span class="tsd-signature-symbol">:</span> <a href="data_FeatureSettings.FeatureSettings.html" class="tsd-signature-type tsd-kind-class">FeatureSettings</a></div><div class="tsd-comment tsd-typography"><p>Default settings that apply to features originating from this source.</p>
93
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#featureSettings">featureSettings</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="hyperlinks" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Readonly</code><span>hyperlinks</span><a href="#hyperlinks" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">hyperlinks</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><a href="Hyperlink.Hyperlink.html" class="tsd-signature-type tsd-kind-class">Hyperlink</a><span class="tsd-signature-symbol">&gt;</span></div><div class="tsd-comment tsd-typography"><p>Hyperlinks associated with the feature source.</p>
94
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#hyperlinks">hyperlinks</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="iconUrl" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>icon<wbr/>Url</span><a href="#iconUrl" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">icon<wbr/>Url</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>URL to an icon that represents this feature source.</p>
91
+ </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="iconUrl" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>icon<wbr/>Url</span><a href="#iconUrl" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">icon<wbr/>Url</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>URL to an icon that represents this feature source.</p>
95
92
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#iconUrl">iconUrl</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="onAddFeature" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>on<wbr/>Add<wbr/>Feature</span><a href="#onAddFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Add<wbr/>Feature</span><span class="tsd-signature-symbol">?:</span> <a href="../types/support_Action.Action.html" class="tsd-signature-type tsd-kind-type-alias">Action</a></div><div class="tsd-comment tsd-typography"><p>The action to be executed when a feature is added.</p>
96
93
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#onAddFeature">onAddFeature</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="onEditFeature" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>on<wbr/>Edit<wbr/>Feature</span><a href="#onEditFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Edit<wbr/>Feature</span><span class="tsd-signature-symbol">?:</span> <a href="../types/support_Action.Action.html" class="tsd-signature-type tsd-kind-type-alias">Action</a></div><div class="tsd-comment tsd-typography"><p>The action to be executed when a feature is edited.</p>
97
94
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#onEditFeature">onEditFeature</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="queryService" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>query<wbr/>Service</span><a href="#queryService" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">query<wbr/>Service</span><span class="tsd-signature-symbol">?:</span> <a href="tasks_query_QueryService.QueryService.html" class="tsd-signature-type tsd-kind-class">QueryService</a></div><div class="tsd-comment tsd-typography"><p>An optional query service that the feature source can use to get
98
95
  features.</p>
99
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#queryService">queryService</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="relationships" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Readonly</code><span>relationships</span><a href="#relationships" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">relationships</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol">&gt;</span></div><div class="tsd-comment tsd-typography"><p>Relationships to other feature sources.</p>
100
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#relationships">relationships</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="schema" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Readonly</code><span>schema</span><a href="#schema" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">:</span> <a href="data_Schema.Schema.html" class="tsd-signature-type tsd-kind-class">Schema</a></div><div class="tsd-comment tsd-typography"><p>Metadata about features originating from this source, such as fields,
101
- domains, and geometry type.</p>
102
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#schema">schema</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="taskSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Readonly</code><span>task<wbr/>Settings</span><a href="#taskSettings" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">task<wbr/>Settings</span><span class="tsd-signature-symbol">:</span> <a href="data_TaskSettings.TaskSettings.html" class="tsd-signature-type tsd-kind-class">TaskSettings</a></div><div class="tsd-comment tsd-typography"><p>Settings that affect whether a feature source participates in various
103
- tasks that are performed on a map.</p>
104
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#taskSettings">taskSettings</a></p></aside></section><section class="tsd-panel tsd-member"><a id="title" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>title</span><a href="#title" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>See <a href="../interfaces/data_FeatureSource.FeatureSource.html#title" class="tsd-kind-property">data/FeatureSource!FeatureSource.title</a>.</p>
96
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#queryService">queryService</a></p></aside></section><section class="tsd-panel tsd-member"><a id="title" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>title</span><a href="#title" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>See <a href="../interfaces/data_FeatureSource.FeatureSource.html#title" class="tsd-kind-property">data/FeatureSource!FeatureSource.title</a>.</p>
105
97
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#title">title</a></p></aside></section></section></details><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Accessors"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Accessors</h2></summary><section><section class="tsd-panel tsd-member"><a id="capabilities" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>capabilities</span><a href="#capabilities" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature" id="capabilities.capabilities-1"><span class="tsd-signature-keyword">get</span> capabilities<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/tasks_geocoding_Geocoder.GeocoderCapabilities.html" class="tsd-signature-type tsd-kind-interface">GeocoderCapabilities</a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Capabilities of the feature source.</p>
106
98
  </div><h4 class="tsd-returns-title">Returns <a href="../interfaces/tasks_geocoding_Geocoder.GeocoderCapabilities.html" class="tsd-signature-type tsd-kind-interface">GeocoderCapabilities</a></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides FeatureSourceBase.capabilities</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="failureMode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>failure<wbr/>Mode</span><a href="#failureMode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature" id="failureMode.failureMode-1"><span class="tsd-signature-keyword">get</span> failureMode<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../types/FailureMode.FailureMode.html" class="tsd-signature-type tsd-kind-type-alias">FailureMode</a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Determines how a parent object should handle initialization failure in
107
99
  this object. The default is &quot;warn&quot;.</p>
@@ -114,13 +106,20 @@ raised.</li>
114
106
  </ul>
115
107
  </div><h4 class="tsd-returns-title">Returns <a href="../types/FailureMode.FailureMode.html" class="tsd-signature-type tsd-kind-type-alias">FailureMode</a></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from FeatureSourceBase.failureMode</p></aside></li><li class="tsd-signature" id="failureMode.failureMode-2"><span class="tsd-signature-keyword">set</span> failureMode<span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">value</span>: <a href="../types/FailureMode.FailureMode.html" class="tsd-signature-type tsd-kind-type-alias">FailureMode</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources"><p>Inherited from FeatureSourceBase.failureMode</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="featureActions" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>feature<wbr/>Actions</span><a href="#featureActions" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature" id="featureActions.featureActions-1"><span class="tsd-signature-keyword">get</span> featureActions<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="menus_Menu.Menu.html" class="tsd-signature-type tsd-kind-class">Menu</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_MenuItem.MenuItem.html" class="tsd-signature-type tsd-kind-class">MenuItem</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>A menu for actions specifically related to features from this source.</p>
116
108
  </div><h4 class="tsd-returns-title">Returns <a href="menus_Menu.Menu.html" class="tsd-signature-type tsd-kind-class">Menu</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_MenuItem.MenuItem.html" class="tsd-signature-type tsd-kind-class">MenuItem</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from FeatureSourceBase.featureActions</p></aside></li><li class="tsd-signature" id="featureActions.featureActions-2"><span class="tsd-signature-keyword">set</span> featureActions<span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>A menu for actions specifically related to features from this source.</p>
117
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">value</span>: <a href="menus_Menu.Menu.html" class="tsd-signature-type tsd-kind-class">Menu</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_MenuItem.MenuItem.html" class="tsd-signature-type tsd-kind-class">MenuItem</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from FeatureSourceBase.featureActions</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="featureSourceActions" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>feature<wbr/>Source<wbr/>Actions</span><a href="#featureSourceActions" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature" id="featureSourceActions.featureSourceActions-1"><span class="tsd-signature-keyword">get</span> featureSourceActions<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="menus_Menu.Menu.html" class="tsd-signature-type tsd-kind-class">Menu</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_MenuItem.MenuItem.html" class="tsd-signature-type tsd-kind-class">MenuItem</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>A menu for actions specifically related to this source.</p>
109
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">value</span>: <a href="menus_Menu.Menu.html" class="tsd-signature-type tsd-kind-class">Menu</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_MenuItem.MenuItem.html" class="tsd-signature-type tsd-kind-class">MenuItem</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from FeatureSourceBase.featureActions</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="featureSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>feature<wbr/>Settings</span><a href="#featureSettings" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature" id="featureSettings.featureSettings-1"><span class="tsd-signature-keyword">get</span> featureSettings<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="data_FeatureSettings.FeatureSettings.html" class="tsd-signature-type tsd-kind-class">FeatureSettings</a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Default settings that apply to features originating from this source.</p>
110
+ </div><h4 class="tsd-returns-title">Returns <a href="data_FeatureSettings.FeatureSettings.html" class="tsd-signature-type tsd-kind-class">FeatureSettings</a></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from FeatureSourceBase.featureSettings</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="featureSourceActions" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>feature<wbr/>Source<wbr/>Actions</span><a href="#featureSourceActions" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature" id="featureSourceActions.featureSourceActions-1"><span class="tsd-signature-keyword">get</span> featureSourceActions<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="menus_Menu.Menu.html" class="tsd-signature-type tsd-kind-class">Menu</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_MenuItem.MenuItem.html" class="tsd-signature-type tsd-kind-class">MenuItem</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>A menu for actions specifically related to this source.</p>
118
111
  </div><h4 class="tsd-returns-title">Returns <a href="menus_Menu.Menu.html" class="tsd-signature-type tsd-kind-class">Menu</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_MenuItem.MenuItem.html" class="tsd-signature-type tsd-kind-class">MenuItem</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from FeatureSourceBase.featureSourceActions</p></aside></li><li class="tsd-signature" id="featureSourceActions.featureSourceActions-2"><span class="tsd-signature-keyword">set</span> featureSourceActions<span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>A menu for actions specifically related to this source.</p>
119
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">value</span>: <a href="menus_Menu.Menu.html" class="tsd-signature-type tsd-kind-class">Menu</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_MenuItem.MenuItem.html" class="tsd-signature-type tsd-kind-class">MenuItem</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from FeatureSourceBase.featureSourceActions</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="id" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature" id="id.id-1"><span class="tsd-signature-keyword">get</span> id<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>The unique ID for this entity.</p>
112
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">value</span>: <a href="menus_Menu.Menu.html" class="tsd-signature-type tsd-kind-class">Menu</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_MenuItem.MenuItem.html" class="tsd-signature-type tsd-kind-class">MenuItem</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from FeatureSourceBase.featureSourceActions</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="hyperlinks" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>hyperlinks</span><a href="#hyperlinks" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature" id="hyperlinks.hyperlinks-1"><span class="tsd-signature-keyword">get</span> hyperlinks<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><a href="Hyperlink.Hyperlink.html" class="tsd-signature-type tsd-kind-class">Hyperlink</a><span class="tsd-signature-symbol">&gt;</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Hyperlinks associated with the feature source.</p>
113
+ </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><a href="Hyperlink.Hyperlink.html" class="tsd-signature-type tsd-kind-class">Hyperlink</a><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from FeatureSourceBase.hyperlinks</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="id" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature" id="id.id-1"><span class="tsd-signature-keyword">get</span> id<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>The unique ID for this entity.</p>
120
114
  </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from FeatureSourceBase.id</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="isDestroyed" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>is<wbr/>Destroyed</span><a href="#isDestroyed" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature" id="isDestroyed.isDestroyed-1"><span class="tsd-signature-keyword">get</span> isDestroyed<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>See <a href="../interfaces/support_InitializableBase.Initializable.html#isDestroyed" class="tsd-kind-property">support/InitializableBase!Initializable.isDestroyed</a>.</p>
121
115
  </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from FeatureSourceBase.isDestroyed</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="isInitialized" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>is<wbr/>Initialized</span><a href="#isInitialized" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature" id="isInitialized.isInitialized-1"><span class="tsd-signature-keyword">get</span> isInitialized<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>See <a href="../interfaces/support_InitializableBase.Initializable.html#isInitialized" class="tsd-kind-property">support/InitializableBase!Initializable.isInitialized</a>.</p>
122
116
  </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from FeatureSourceBase.isInitialized</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="itemType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>item<wbr/>Type</span><a href="#itemType" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature" id="itemType.itemType-1"><span class="tsd-signature-keyword">get</span> itemType<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>The item type for this entity when it participates in an App.</p>
123
- </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from FeatureSourceBase.itemType</p></aside></li></ul></section></section></details><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Methods"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Methods</h2></summary><section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="_addAttachment" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_add<wbr/>Attachment</span><a href="#_addAttachment" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="_addAttachment._addAttachment-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_add<wbr/>Attachment</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">feature</span>, <span class="tsd-kind-parameter">attachment</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Attachment.Attachment.html" class="tsd-signature-type tsd-kind-class">Attachment</a><span class="tsd-signature-symbol">&gt;</span><a href="#_addAttachment._addAttachment-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Called to add an attachment to a feature. Subclasses must override this
117
+ </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from FeatureSourceBase.itemType</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="relationships" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>relationships</span><a href="#relationships" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature" id="relationships.relationships-1"><span class="tsd-signature-keyword">get</span> relationships<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol">&gt;</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Relationships to other feature sources.</p>
118
+ </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from FeatureSourceBase.relationships</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="schema" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>schema</span><a href="#schema" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature" id="schema.schema-1"><span class="tsd-signature-keyword">get</span> schema<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="data_Schema.Schema.html" class="tsd-signature-type tsd-kind-class">Schema</a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Metadata about features originating from this source, such as fields,
119
+ domains, and geometry type.</p>
120
+ </div><h4 class="tsd-returns-title">Returns <a href="data_Schema.Schema.html" class="tsd-signature-type tsd-kind-class">Schema</a></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from FeatureSourceBase.schema</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="taskSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>task<wbr/>Settings</span><a href="#taskSettings" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature" id="taskSettings.taskSettings-1"><span class="tsd-signature-keyword">get</span> taskSettings<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="data_TaskSettings.TaskSettings.html" class="tsd-signature-type tsd-kind-class">TaskSettings</a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Settings that affect whether a feature source participates in various
121
+ tasks that are performed on a map.</p>
122
+ </div><h4 class="tsd-returns-title">Returns <a href="data_TaskSettings.TaskSettings.html" class="tsd-signature-type tsd-kind-class">TaskSettings</a></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from FeatureSourceBase.taskSettings</p></aside></li></ul></section></section></details><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Methods"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Methods</h2></summary><section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="_addAttachment" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_add<wbr/>Attachment</span><a href="#_addAttachment" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="_addAttachment._addAttachment-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_add<wbr/>Attachment</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">feature</span>, <span class="tsd-kind-parameter">attachment</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Attachment.Attachment.html" class="tsd-signature-type tsd-kind-class">Attachment</a><span class="tsd-signature-symbol">&gt;</span><a href="#_addAttachment._addAttachment-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Called to add an attachment to a feature. Subclasses must override this
124
123
  if they support feature attachments.</p>
125
124
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">feature</span>: <a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a></span><div class="tsd-comment tsd-typography"><p>The feature to add the attachment to.</p>
126
125
  </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">attachment</span>: <a href="../interfaces/data_Attachment.AttachmentProperties.html" class="tsd-signature-type tsd-kind-interface">AttachmentProperties</a><span class="tsd-signature-symbol"> | </span><a href="data_Attachment.Attachment.html" class="tsd-signature-type tsd-kind-class">Attachment</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">File</span></span><div class="tsd-comment tsd-typography"><p>The attachment to add to the feature.</p>
@@ -162,15 +161,7 @@ serializing and deserializing the class instance.</p>
162
161
  </div><h4 class="tsd-returns-title">Returns <a href="../types/support_Serializable.PropertyDefs.html" class="tsd-signature-type tsd-kind-type-alias">PropertyDefs</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#_getSerializableProperties">_getSerializableProperties</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="_initializableChildCollections" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_initializable<wbr/>Child<wbr/>Collections</span><a href="#_initializableChildCollections" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="_initializableChildCollections._initializableChildCollections-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_initializable<wbr/>Child<wbr/>Collections</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IterableIterator</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><a href="support_InitializableBase.InitializableBase.html" class="tsd-signature-type tsd-kind-class">InitializableBase</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><a href="#_initializableChildCollections._initializableChildCollections-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Collections of child items to initialize. Items that fail to initialize
163
162
  are removed from the collection.</p>
164
163
  </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IterableIterator</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><a href="support_InitializableBase.InitializableBase.html" class="tsd-signature-type tsd-kind-class">InitializableBase</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#_initializableChildCollections">_initializableChildCollections</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="_initializeChildren" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_initialize<wbr/>Children</span><a href="#_initializeChildren" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="_initializeChildren._initializeChildren-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_initialize<wbr/>Children</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#_initializeChildren._initializeChildren-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Initializes child entities.</p>
165
- </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#_initializeChildren">_initializeChildren</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="_isRelationship" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_is<wbr/>Relationship</span><a href="#_isRelationship" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="_isRelationship._isRelationship-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_is<wbr/>Relationship</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">relationship</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#_isRelationship._isRelationship-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">relationship</span>: <a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/data__Relationship.RelationshipProperties.html" class="tsd-signature-type tsd-kind-interface">RelationshipProperties</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#_isRelationship">_isRelationship</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="_notifyChange" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span class="deprecated">_notify<wbr/>Change</span><a href="#_notifyChange" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="_notifyChange._notifyChange-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_notify<wbr/>Change</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">property</span>, <span class="tsd-kind-parameter">force</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#_notifyChange._notifyChange-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Indicates that the given property has changed, causing observers to be
166
- notified.</p>
167
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">property</span>: <span class="tsd-signature-keyword">keyof </span><a href="tasks_geocoding_Geocoder.Geocoder.html" class="tsd-signature-type tsd-kind-class">Geocoder</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><span class="tsd-signature-symbol">&gt;</span></span><div class="tsd-comment tsd-typography"><p>The property that changed.</p>
168
- </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">force</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></span><div class="tsd-comment tsd-typography"><p>Whether to always invoke the callback, even if the value
169
- hasn't changed. NO LONGER SUPPORTED. This will always effectively be
170
- <code>false</code>.</p>
171
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-Deprecated"><h4 class="tsd-anchor-link"><a id="Deprecated" class="tsd-anchor"></a>Deprecated<a href="#Deprecated" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>This function is no longer supported. Use <code>notifyChange()</code>
172
- instead. The <code>force=true</code> behavior is no longer possible.</p>
173
- </div></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#_notifyChange">_notifyChange</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="_onDestroy" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_on<wbr/>Destroy</span><a href="#_onDestroy" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="_onDestroy._onDestroy-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_on<wbr/>Destroy</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#_onDestroy._onDestroy-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Called to perform cleanup. Subclasses should override this method rather
164
+ </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#_initializeChildren">_initializeChildren</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="_isRelationship" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_is<wbr/>Relationship</span><a href="#_isRelationship" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="_isRelationship._isRelationship-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_is<wbr/>Relationship</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">relationship</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#_isRelationship._isRelationship-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">relationship</span>: <a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/data__Relationship.RelationshipProperties.html" class="tsd-signature-type tsd-kind-interface">RelationshipProperties</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#_isRelationship">_isRelationship</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="_onDestroy" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_on<wbr/>Destroy</span><a href="#_onDestroy" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="_onDestroy._onDestroy-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_on<wbr/>Destroy</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#_onDestroy._onDestroy-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Called to perform cleanup. Subclasses should override this method rather
174
165
  than destroy() to perform custom cleanup.</p>
175
166
  </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#_onDestroy">_onDestroy</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="_onInitialize" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_on<wbr/>Initialize</span><a href="#_onInitialize" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="_onInitialize._onInitialize-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_on<wbr/>Initialize</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#_onInitialize._onInitialize-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Called to perform initialization of the
176
167
  <a href="support_InitializableBase.InitializableBase.html" class="tsd-kind-class">support/InitializableBase!InitializableBase</a>. Subclasses should
@@ -184,20 +175,7 @@ before this is called.</p>
184
175
  updating features.</p>
185
176
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">features</span>: <span class="tsd-signature-type">Iterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></span><div class="tsd-comment tsd-typography"><p>The feature to update.</p>
186
177
  </div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/data_FeatureSource.FeatureWriteOptions.html" class="tsd-signature-type tsd-kind-interface">FeatureWriteOptions</a></span><div class="tsd-comment tsd-typography"><p>Additional options that control how the feature is saved.</p>
187
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#_updateFeatures">_updateFeatures</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="_watchProperty" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_watch<wbr/>Property</span><a href="#_watchProperty" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="_watchProperty._watchProperty-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_watch<wbr/>Property</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyKey</span>, <span class="tsd-kind-parameter">subpath</span>, <span class="tsd-kind-parameter">callback</span>, <span class="tsd-kind-parameter">sync</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#_watchProperty._watchProperty-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Implements the watch() behavior for a single property. Subclasses that
188
- need specialized watch handling should generally override this function
189
- instead of watch(), which will automatically take care of handling
190
- multiple properties and nesting.</p>
191
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">propertyKey</span>: <span class="tsd-signature-keyword">keyof </span><a href="tasks_geocoding_Geocoder.Geocoder.html" class="tsd-signature-type tsd-kind-class">Geocoder</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><span class="tsd-signature-symbol">&gt;</span></span><div class="tsd-comment tsd-typography"><p>The root of the property path, e.g. &quot;foo&quot; in
192
- &quot;foo.bar.baz&quot; or &quot;foo&quot;.</p>
193
- </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">subpath</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>The remainder of the property path, e.g. &quot;bar.baz&quot; in
194
- &quot;foo.bar.baz&quot; or &quot;&quot; in &quot;foo&quot;. The implementation of watch() takes care
195
- of monitoring the subpath for changes.</p>
196
- </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">callback</span>: <a href="../types/support_esri.WatchCallback.html" class="tsd-signature-type tsd-kind-type-alias">WatchCallback</a></span><div class="tsd-comment tsd-typography"><p>The callback to invoke.</p>
197
- </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">sync</span>: <span class="tsd-signature-type">boolean</span></span><div class="tsd-comment tsd-typography"><p>If true, the callback will be invoked synchronously on the
198
- same tick that the property changed. Otherwise, it will be invoked in a
199
- future tick.</p>
200
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#_watchProperty">_watchProperty</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="addAttachment" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>add<wbr/>Attachment</span><a href="#addAttachment" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="addAttachment.addAttachment-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">add<wbr/>Attachment</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">feature</span>, <span class="tsd-kind-parameter">attachment</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Attachment.Attachment.html" class="tsd-signature-type tsd-kind-class">Attachment</a><span class="tsd-signature-symbol">&gt;</span><a href="#addAttachment.addAttachment-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Adds an attachment to a feature.</p>
178
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#_updateFeatures">_updateFeatures</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_watchProperty" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="deprecated">_watch<wbr/>Property</span><a href="#_watchProperty" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="_watchProperty._watchProperty-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_watch<wbr/>Property</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyKey</span>, <span class="tsd-kind-parameter">subpath</span>, <span class="tsd-kind-parameter">callback</span>, <span class="tsd-kind-parameter">sync</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#_watchProperty._watchProperty-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">propertyKey</span>: <span class="tsd-signature-keyword">keyof </span><a href="tasks_geocoding_Geocoder.Geocoder.html" class="tsd-signature-type tsd-kind-class">Geocoder</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><span class="tsd-signature-symbol">&gt;</span></span></li><li><span><span class="tsd-kind-parameter">subpath</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">callback</span>: <a href="../types/utilities_watch.WatchCallback.html" class="tsd-signature-type tsd-kind-type-alias">WatchCallback</a></span></li><li><span><span class="tsd-kind-parameter">sync</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-Deprecated"><h4 class="tsd-anchor-link"><a id="Deprecated" class="tsd-anchor"></a>Deprecated<a href="#Deprecated" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div><div class="tsd-tag-Inherit Doc"><h4 class="tsd-anchor-link"><a id="Inherit Doc" class="tsd-anchor"></a>Inherit Doc<a href="#Inherit Doc" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#_watchProperty">_watchProperty</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="addAttachment" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>add<wbr/>Attachment</span><a href="#addAttachment" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="addAttachment.addAttachment-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">add<wbr/>Attachment</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">feature</span>, <span class="tsd-kind-parameter">attachment</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Attachment.Attachment.html" class="tsd-signature-type tsd-kind-class">Attachment</a><span class="tsd-signature-symbol">&gt;</span><a href="#addAttachment.addAttachment-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Adds an attachment to a feature.</p>
201
179
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">feature</span>: <a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a></span><div class="tsd-comment tsd-typography"><p>The feature to add the attachment to.</p>
202
180
  </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">attachment</span>: <a href="../interfaces/data_Attachment.AttachmentProperties.html" class="tsd-signature-type tsd-kind-interface">AttachmentProperties</a><span class="tsd-signature-symbol"> | </span><a href="data_Attachment.Attachment.html" class="tsd-signature-type tsd-kind-class">Attachment</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">File</span></span><div class="tsd-comment tsd-typography"><p>The attachment to add to the feature.</p>
203
181
  </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Attachment.Attachment.html" class="tsd-signature-type tsd-kind-class">Attachment</a><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#addAttachment">addAttachment</a></p></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="addFeature" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>add<wbr/>Feature</span><a href="#addFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="addFeature.addFeature-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">add<wbr/>Feature</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">feature</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#addFeature.addFeature-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Adds a new feature to the source. If the source does not support adding
@@ -211,15 +189,7 @@ adding features, then an <a href="../modules/InvalidOperationError.html" class="
211
189
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">features</span>: <a href="data_FeatureSet.FeatureSet.html" class="tsd-signature-type tsd-kind-class">FeatureSet</a></span><div class="tsd-comment tsd-typography"><p>The features to add.</p>
212
190
  </div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/data_FeatureSource.FeatureWriteOptions.html" class="tsd-signature-type tsd-kind-interface">FeatureWriteOptions</a></span><div class="tsd-comment tsd-typography"><p>Additional options that control how the features are
213
191
  saved.</p>
214
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#addFeatures">addFeatures</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="assignProperties" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>assign<wbr/>Properties</span><a href="#assignProperties" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="assignProperties.assignProperties-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">assign<wbr/>Properties</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">properties</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#assignProperties.assignProperties-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Sets the properties for this item.</p>
215
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">properties</span>: <span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><span class="tsd-signature-symbol">&gt;</span></span><div class="tsd-comment tsd-typography"><p>A plain object containing property values to set, keyed
216
- by property name.</p>
217
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#assignProperties">assignProperties</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="assignPropertiesAsync" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>assign<wbr/>Properties<wbr/>Async</span><a href="#assignPropertiesAsync" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="assignPropertiesAsync.assignPropertiesAsync-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">assign<wbr/>Properties<wbr/>Async</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">properties</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#assignPropertiesAsync.assignPropertiesAsync-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Sets the properties for this item.</p>
218
- <p>This version will also await any asynchronous logic that is needed to set
219
- the properties.</p>
220
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">properties</span>: <span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><span class="tsd-signature-symbol">&gt;</span></span><div class="tsd-comment tsd-typography"><p>A plain object containing property values to set, keyed
221
- by property name.</p>
222
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#assignPropertiesAsync">assignPropertiesAsync</a></p></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="batchGeocode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Abstract</code><span>batch<wbr/>Geocode</span><a href="#batchGeocode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="batchGeocode.batchGeocode-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">batch<wbr/>Geocode</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">addresses</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><a href="#batchGeocode.batchGeocode-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Finds locations corresponding to multiple addresses. The geocoder must
192
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#addFeatures">addFeatures</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="assignProperties" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>assign<wbr/>Properties</span><a href="#assignProperties" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="assignProperties.assignProperties-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">assign<wbr/>Properties</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">properties</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#assignProperties.assignProperties-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">properties</span>: <span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-Inherit Doc"><h4 class="tsd-anchor-link"><a id="Inherit Doc-1" class="tsd-anchor"></a>Inherit Doc<a href="#Inherit Doc-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#assignProperties">assignProperties</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="assignPropertiesAsync" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>assign<wbr/>Properties<wbr/>Async</span><a href="#assignPropertiesAsync" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="assignPropertiesAsync.assignPropertiesAsync-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">assign<wbr/>Properties<wbr/>Async</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">properties</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#assignPropertiesAsync.assignPropertiesAsync-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">properties</span>: <span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-Inherit Doc"><h4 class="tsd-anchor-link"><a id="Inherit Doc-2" class="tsd-anchor"></a>Inherit Doc<a href="#Inherit Doc-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#assignPropertiesAsync">assignPropertiesAsync</a></p></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="batchGeocode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Abstract</code><span>batch<wbr/>Geocode</span><a href="#batchGeocode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="batchGeocode.batchGeocode-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">batch<wbr/>Geocode</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">addresses</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><a href="#batchGeocode.batchGeocode-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Finds locations corresponding to multiple addresses. The geocoder must
223
193
  have the supportsBatchGeocoding capability (see <a href="tasks_geocoding_Geocoder.Geocoder.html#capabilities" class="tsd-kind-accessor">capabilities</a>).</p>
224
194
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">addresses</span>: <a href="../types/tasks_geocoding_Geocoder.AddressLike.html" class="tsd-signature-type tsd-kind-type-alias">AddressLike</a><span class="tsd-signature-symbol">[]</span></span><div class="tsd-comment tsd-typography"><p>The addresses to search for. Can either be a string like
225
195
  &quot;123 Sesame Street&quot;, or a feature or JSON object representing an
@@ -277,10 +247,7 @@ of.</p>
277
247
  </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#destroy">destroy</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="emit" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>emit</span><a href="#emit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="emit.emit-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">emit</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">name</span>, <span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#emit.emit-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Emits an event on the instance.</p>
278
248
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">name</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">event</span>: <span class="tsd-signature-type">unknown</span></span><div class="tsd-comment tsd-typography"><p>The event payload.</p>
279
249
  <p><a href="https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Evented.html#emit">Read more...</a></p>
280
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#emit">emit</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="finishAssignProperties" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>finish<wbr/>Assign<wbr/>Properties</span><a href="#finishAssignProperties" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="finishAssignProperties.finishAssignProperties-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">finish<wbr/>Assign<wbr/>Properties</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#finishAssignProperties.finishAssignProperties-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Waits for all deserialization logic initiated thus far to finish, whether
281
- invoked by passing properties into the constructor, or by invoking
282
- <code>assignProperties()</code> or <code>assignPropertiesAsync()</code>.</p>
283
- </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#finishAssignProperties">finishAssignProperties</a></p></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="geocode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Abstract</code><span>geocode</span><a href="#geocode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="geocode.geocode-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">geocode</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">address</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><a href="#geocode.geocode-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Finds one or more locations corresponding to an address.</p>
250
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#emit">emit</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="finishAssignProperties" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>finish<wbr/>Assign<wbr/>Properties</span><a href="#finishAssignProperties" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="finishAssignProperties.finishAssignProperties-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">finish<wbr/>Assign<wbr/>Properties</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#finishAssignProperties.finishAssignProperties-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-Inherit Doc"><h4 class="tsd-anchor-link"><a id="Inherit Doc-3" class="tsd-anchor"></a>Inherit Doc<a href="#Inherit Doc-3" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#finishAssignProperties">finishAssignProperties</a></p></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="geocode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Abstract</code><span>geocode</span><a href="#geocode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="geocode.geocode-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">geocode</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">address</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><a href="#geocode.geocode-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Finds one or more locations corresponding to an address.</p>
284
251
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">address</span>: <a href="../types/tasks_geocoding_Geocoder.AddressLike.html" class="tsd-signature-type tsd-kind-type-alias">AddressLike</a></span><div class="tsd-comment tsd-typography"><p>The address to search for. Can either be a string like
285
252
  &quot;123 Sesame Street&quot;, or a feature or JSON object representing an
286
253
  address. In the latter case, the address field names and types
@@ -292,17 +259,9 @@ feature is ignored.</p>
292
259
  address. In addition to its normal attributes, each feature will have a
293
260
  special <a href="../variables/data_Feature.SCORE_FIELD.html" class="tsd-kind-variable">data/Feature!SCORE_FIELD</a> attribute which is a number
294
261
  from 0 to 100 indicating a level of confidence in the match.</p>
295
- <div class="tsd-comment tsd-typography"></div></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="get" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get</span><a href="#get" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="get.get-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#get.get-1.T-1">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyPath</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a class="tsd-signature-type tsd-kind-type-parameter" href="Entity.EntityBase.html#get.get-1.T-1">T</a><a href="#get.get-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the value of a property.</p>
296
- </div><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="get.get-1.T-1" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">T</span></span></li></ul></section><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">propertyPath</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>The name of the property to get. It can also be a
297
- path to a property deeper in the instance, for example &quot;foo.bar.baz&quot;.
298
- If a property in the path doesn't exist, then the result will be
299
- undefined.</p>
300
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <a class="tsd-signature-type tsd-kind-type-parameter" href="Entity.EntityBase.html#get.get-1.T-1">T</a></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#get">get</a></p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="get.get-2" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyPath</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><a href="#get.get-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">propertyPath</span>: <span class="tsd-signature-type">string</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#get">get</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getAttachments" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Attachments</span><a href="#getAttachments" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="getAttachments.getAttachments-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get<wbr/>Attachments</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">feature</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Attachment.Attachment.html" class="tsd-signature-type tsd-kind-class">Attachment</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><a href="#getAttachments.getAttachments-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets any attachments associated with a feature.</p>
262
+ <div class="tsd-comment tsd-typography"></div></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="get" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="deprecated">get</span><a href="#get" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="get.get-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#get.get-1.T-1">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyPath</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a class="tsd-signature-type tsd-kind-type-parameter" href="Entity.EntityBase.html#get.get-1.T-1">T</a><a href="#get.get-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="get.get-1.T-1" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">T</span></span></li></ul></section><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">propertyPath</span>: <span class="tsd-signature-type">string</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <a class="tsd-signature-type tsd-kind-type-parameter" href="Entity.EntityBase.html#get.get-1.T-1">T</a></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-Deprecated"><h4 class="tsd-anchor-link"><a id="Deprecated-1" class="tsd-anchor"></a>Deprecated<a href="#Deprecated-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div><div class="tsd-tag-Inherit Doc"><h4 class="tsd-anchor-link"><a id="Inherit Doc-4" class="tsd-anchor"></a>Inherit Doc<a href="#Inherit Doc-4" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#get">get</a></p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="get.get-2" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyPath</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><a href="#get.get-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">propertyPath</span>: <span class="tsd-signature-type">string</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-Deprecated"><h4 class="tsd-anchor-link"><a id="Deprecated-2" class="tsd-anchor"></a>Deprecated<a href="#Deprecated-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div><div class="tsd-tag-Inherit Doc"><h4 class="tsd-anchor-link"><a id="Inherit Doc-5" class="tsd-anchor"></a>Inherit Doc<a href="#Inherit Doc-5" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#get">get</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getAttachments" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Attachments</span><a href="#getAttachments" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="getAttachments.getAttachments-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get<wbr/>Attachments</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">feature</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Attachment.Attachment.html" class="tsd-signature-type tsd-kind-class">Attachment</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><a href="#getAttachments.getAttachments-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets any attachments associated with a feature.</p>
301
263
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">feature</span>: <a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a></span><div class="tsd-comment tsd-typography"><p>The feature to get attachments for.</p>
302
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Attachment.Attachment.html" class="tsd-signature-type tsd-kind-class">Attachment</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#getAttachments">getAttachments</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getDefault" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Default</span><a href="#getDefault" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="getDefault.getDefault-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get<wbr/>Default</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#getDefault.getDefault-1.K">K</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">key</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><span class="tsd-signature-symbol">[</span><a class="tsd-signature-type tsd-kind-type-parameter" href="Entity.EntityBase.html#getDefault.getDefault-1.K">K</a><span class="tsd-signature-symbol">]</span><a href="#getDefault.getDefault-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the default value of an object's property.</p>
303
- </div><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="getDefault.getDefault-1.K" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">K</span><span class="tsd-signature-keyword"> extends </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">symbol</span></span></li></ul></section><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">key</span>: <a class="tsd-signature-type tsd-kind-type-parameter" href="Entity.EntityBase.html#getDefault.getDefault-1.K">K</a></span><div class="tsd-comment tsd-typography"><p>The property of the object for which to get the default value.</p>
304
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><span class="tsd-signature-symbol">[</span><a class="tsd-signature-type tsd-kind-type-parameter" href="Entity.EntityBase.html#getDefault.getDefault-1.K">K</a><span class="tsd-signature-symbol">]</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#getDefault">getDefault</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getDefaults" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Defaults</span><a href="#getDefaults" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="getDefaults.getDefaults-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get<wbr/>Defaults</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><a href="#getDefaults.getDefaults-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the object's default property values.</p>
305
- </div><h4 class="tsd-returns-title">Returns <a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#getDefaults">getDefaults</a></p></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="getFeature" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Feature</span><a href="#getFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="getFeature.getFeature-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get<wbr/>Feature</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">id</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">&gt;</span><a href="#getFeature.getFeature-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets a feature by ID. If no such feature exists, the promise is rejected
264
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Attachment.Attachment.html" class="tsd-signature-type tsd-kind-class">Attachment</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#getAttachments">getAttachments</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getDefault" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Default</span><a href="#getDefault" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="getDefault.getDefault-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get<wbr/>Default</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#getDefault.getDefault-1.K">K</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">key</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><span class="tsd-signature-symbol">[</span><a class="tsd-signature-type tsd-kind-type-parameter" href="Entity.EntityBase.html#getDefault.getDefault-1.K">K</a><span class="tsd-signature-symbol">]</span><a href="#getDefault.getDefault-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="getDefault.getDefault-1.K" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">K</span><span class="tsd-signature-keyword"> extends </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">symbol</span></span></li></ul></section><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">key</span>: <a class="tsd-signature-type tsd-kind-type-parameter" href="Entity.EntityBase.html#getDefault.getDefault-1.K">K</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><span class="tsd-signature-symbol">[</span><a class="tsd-signature-type tsd-kind-type-parameter" href="Entity.EntityBase.html#getDefault.getDefault-1.K">K</a><span class="tsd-signature-symbol">]</span></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-Inherit Doc"><h4 class="tsd-anchor-link"><a id="Inherit Doc-6" class="tsd-anchor"></a>Inherit Doc<a href="#Inherit Doc-6" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#getDefault">getDefault</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getDefaults" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Defaults</span><a href="#getDefaults" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="getDefaults.getDefaults-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get<wbr/>Defaults</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><a href="#getDefaults.getDefaults-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-Inherit Doc"><h4 class="tsd-anchor-link"><a id="Inherit Doc-7" class="tsd-anchor"></a>Inherit Doc<a href="#Inherit Doc-7" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#getDefaults">getDefaults</a></p></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="getFeature" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Feature</span><a href="#getFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="getFeature.getFeature-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get<wbr/>Feature</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">id</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">&gt;</span><a href="#getFeature.getFeature-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets a feature by ID. If no such feature exists, the promise is rejected
306
265
  with an instance of NotFoundError.</p>
307
266
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">id</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>The ID of the feature to retrieve.</p>
308
267
  </div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/data_FeatureSource.FeatureReadOptions-1.html" class="tsd-signature-type tsd-kind-interface">FeatureReadOptions</a></span><div class="tsd-comment tsd-typography"><p>Additional options that control how the feature is
@@ -314,39 +273,24 @@ retrieved.</p>
314
273
  </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#getFeatures">getFeatures</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getFullExtent" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Full<wbr/>Extent</span><a href="#getFullExtent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="getFullExtent.getFullExtent-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get<wbr/>Full<wbr/>Extent</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Extent</span><a href="#getFullExtent.getFullExtent-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Returns the full extent of the source that contains all included
315
274
  features.</p>
316
275
  </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Extent</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#getFullExtent">getFullExtent</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getSerializableProperties" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Serializable<wbr/>Properties</span><a href="#getSerializableProperties" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="getSerializableProperties.getSerializableProperties-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get<wbr/>Serializable<wbr/>Properties</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">serializeMode</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../types/support_Serializable.PropertyDefs.html" class="tsd-signature-type tsd-kind-type-alias">PropertyDefs</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><span class="tsd-signature-symbol">&gt;</span><a href="#getSerializableProperties.getSerializableProperties-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Returns the serializable properties.</p>
317
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">serializeMode</span>: <a href="../types/support_Serializable.SerializeMode.html" class="tsd-signature-type tsd-kind-type-alias">SerializeMode</a><span class="tsd-signature-symbol"> = &quot;all&quot;</span></span><div class="tsd-comment tsd-typography"><p>Optional. If specified, only properties that support
276
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">serializeMode</span>: <a href="../types/support_Serializable.SerializeMode.html" class="tsd-signature-type tsd-kind-type-alias">SerializeMode</a></span><div class="tsd-comment tsd-typography"><p>Optional. If specified, only properties that support
318
277
  the given serialization mode will be returned.</p>
319
278
  </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <a href="../types/support_Serializable.PropertyDefs.html" class="tsd-signature-type tsd-kind-type-alias">PropertyDefs</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#getSerializableProperties">getSerializableProperties</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="initialize" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>initialize</span><a href="#initialize" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="initialize.initialize-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">initialize</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#initialize.initialize-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Initializes the item.</p>
320
- </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#initialize">initialize</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="notifyChange" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>notify<wbr/>Change</span><a href="#notifyChange" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="notifyChange.notifyChange-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">notify<wbr/>Change</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyKey</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#notifyChange.notifyChange-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Indicates that the given property might have changed, causing observers
321
- to be notified if it did.</p>
322
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">propertyKey</span>: <span class="tsd-signature-keyword">keyof </span><a href="tasks_geocoding_Geocoder.Geocoder.html" class="tsd-signature-type tsd-kind-class">Geocoder</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><span class="tsd-signature-symbol">&gt;</span></span><div class="tsd-comment tsd-typography"><p>The property that changed (or might have changed).</p>
323
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#notifyChange">notifyChange</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="on" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>on</span><a href="#on" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="on.on-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">name</span>, <span class="tsd-kind-parameter">callback</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Registers an event handler on the instance.</p>
279
+ </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#initialize">initialize</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="notifyChange" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="deprecated">notify<wbr/>Change</span><a href="#notifyChange" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="notifyChange.notifyChange-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">notify<wbr/>Change</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyKey</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#notifyChange.notifyChange-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">propertyKey</span>: <span class="tsd-signature-keyword">keyof </span><a href="tasks_geocoding_Geocoder.Geocoder.html" class="tsd-signature-type tsd-kind-class">Geocoder</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-Deprecated"><h4 class="tsd-anchor-link"><a id="Deprecated-3" class="tsd-anchor"></a>Deprecated<a href="#Deprecated-3" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div><div class="tsd-tag-Inherit Doc"><h4 class="tsd-anchor-link"><a id="Inherit Doc-8" class="tsd-anchor"></a>Inherit Doc<a href="#Inherit Doc-8" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#notifyChange">notifyChange</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="on" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>on</span><a href="#on" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="on.on-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">name</span>, <span class="tsd-kind-parameter">callback</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Registers an event handler on the instance.</p>
324
280
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">name</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></span></li><li><span><span class="tsd-kind-parameter">callback</span>: <a href="../types/support_esri.EventCallback.html" class="tsd-signature-type tsd-kind-type-alias">EventCallback</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#on">on</a></p></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="reverseGeocode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Abstract</code><span>reverse<wbr/>Geocode</span><a href="#reverseGeocode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="reverseGeocode.reverseGeocode-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">reverse<wbr/>Geocode</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">location</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">&gt;</span><a href="#reverseGeocode.reverseGeocode-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Finds the address at a particular location. The geocoder must have the
325
281
  supportsReverseGeocoding capability (see <a href="tasks_geocoding_Geocoder.Geocoder.html#capabilities" class="tsd-kind-accessor">capabilities</a>).</p>
326
282
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">location</span>: <span class="tsd-signature-type">Point</span></span><div class="tsd-comment tsd-typography"><p>The location to search for.</p>
327
283
  </div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/tasks_geocoding_Geocoder.GeocodeOptions-1.html" class="tsd-signature-type tsd-kind-interface">GeocodeOptions</a></span><div class="tsd-comment tsd-typography"><p>Options that affect how the search is performed.</p>
328
284
  </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">&gt;</span></h4><p>A feature representing the address at the given location, or
329
285
  undefined if there is no match.</p>
330
- <div class="tsd-comment tsd-typography"></div></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="set" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set</span><a href="#set" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="set.set-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#set.set-1.T-2">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyPath</span>, <span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">this</span><a href="#set.set-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Sets the value of a property.</p>
331
- </div><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="set.set-1.T-2" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">T</span></span></li></ul></section><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">propertyPath</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>The name of the property to set. It can also be a
332
- path to a property deeper in the instance, for example &quot;foo.bar.baz&quot;.
333
- If a property along the way doesn't exist, then nothing will be set.</p>
334
- </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">value</span>: <a class="tsd-signature-type tsd-kind-type-parameter" href="Entity.EntityBase.html#set.set-1.T-2">T</a></span><div class="tsd-comment tsd-typography"><p>The new value to set on the property.</p>
335
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">this</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#set">set</a></p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="set.set-2" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">properties</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">this</span><a href="#set.set-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Sets the values of one or more properties.</p>
336
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">properties</span>: <span class="tsd-signature-type">HashMap</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></span><div class="tsd-comment tsd-typography"><p>An object containing key/value pairs of properties to
337
- set.</p>
338
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">this</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#set">set</a></p></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="suggest" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Abstract</code><span>suggest</span><a href="#suggest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="suggest.suggest-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">suggest</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">searchText</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><a href="#suggest.suggest-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Suggests matching addresses to search for based on some input text. The
286
+ <div class="tsd-comment tsd-typography"></div></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="set" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="deprecated">set</span><a href="#set" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="set.set-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#set.set-1.T-2">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyPath</span>, <span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">this</span><a href="#set.set-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="set.set-1.T-2" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">T</span></span></li></ul></section><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">propertyPath</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">value</span>: <a class="tsd-signature-type tsd-kind-type-parameter" href="Entity.EntityBase.html#set.set-1.T-2">T</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">this</span></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-Deprecated"><h4 class="tsd-anchor-link"><a id="Deprecated-4" class="tsd-anchor"></a>Deprecated<a href="#Deprecated-4" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div><div class="tsd-tag-Inherit Doc"><h4 class="tsd-anchor-link"><a id="Inherit Doc-9" class="tsd-anchor"></a>Inherit Doc<a href="#Inherit Doc-9" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#set">set</a></p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="set.set-2" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">properties</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">this</span><a href="#set.set-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">properties</span>: <span class="tsd-signature-type">HashMap</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">this</span></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-Deprecated"><h4 class="tsd-anchor-link"><a id="Deprecated-5" class="tsd-anchor"></a>Deprecated<a href="#Deprecated-5" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div><div class="tsd-tag-Inherit Doc"><h4 class="tsd-anchor-link"><a id="Inherit Doc-10" class="tsd-anchor"></a>Inherit Doc<a href="#Inherit Doc-10" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#set">set</a></p></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="suggest" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Abstract</code><span>suggest</span><a href="#suggest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="suggest.suggest-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">suggest</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">searchText</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><a href="#suggest.suggest-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Suggests matching addresses to search for based on some input text. The
339
287
  geocoder must have the supportsSuggest capability (see
340
288
  <a href="tasks_geocoding_Geocoder.Geocoder.html#capabilities" class="tsd-kind-accessor">capabilities</a>).</p>
341
289
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">searchText</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>The input text to search for.</p>
342
290
  </div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/tasks_geocoding_Geocoder.GeocodeOptions-1.html" class="tsd-signature-type tsd-kind-interface">GeocodeOptions</a></span><div class="tsd-comment tsd-typography"><p>Options that affect how the search is performed.</p>
343
291
  </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><p>A list of formatted address suggestions.</p>
344
292
  <div class="tsd-comment tsd-typography"></div></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="toItemUri" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>to<wbr/>Item<wbr/>Uri</span><a href="#toItemUri" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="toItemUri.toItemUri-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">to<wbr/>Item<wbr/>Uri</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#toItemUri.toItemUri-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Creates an item:// URI reference to this entity.</p>
345
- </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#toItemUri">toItemUri</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="toJSON" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>toJSON</span><a href="#toJSON" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="toJSON.toJSON-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">toJSON</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">serializeMode</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><a href="#toJSON.toJSON-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Returns a serializable representation of the item.</p>
346
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">serializeMode</span>: <a href="../types/support_Serializable.SerializeMode.html" class="tsd-signature-type tsd-kind-type-alias">SerializeMode</a><span class="tsd-signature-symbol"> = &quot;all&quot;</span></span><div class="tsd-comment tsd-typography"><p>If specified, only properties that are appropriate
347
- for the given mode are returned. Otherwise, all properties will be
348
- serialized.</p>
349
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#toJSON">toJSON</a></p></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="updateFeature" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>update<wbr/>Feature</span><a href="#updateFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="updateFeature.updateFeature-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">update<wbr/>Feature</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">feature</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#updateFeature.updateFeature-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Saves changes to an existing feature. If the source does not support
293
+ </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#toItemUri">toItemUri</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="toJSON" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>toJSON</span><a href="#toJSON" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="toJSON.toJSON-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">toJSON</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">serializeMode</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a><a href="#toJSON.toJSON-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">serializeMode</span>: <a href="../types/support_Serializable.SerializeMode.html" class="tsd-signature-type tsd-kind-type-alias">SerializeMode</a><span class="tsd-signature-symbol"> = &quot;all&quot;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_geocoding_Geocoder.Geocoder.html#constructor.new_Geocoder.TProperties-1">TProperties</a></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-Inherit Doc"><h4 class="tsd-anchor-link"><a id="Inherit Doc-11" class="tsd-anchor"></a>Inherit Doc<a href="#Inherit Doc-11" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#toJSON">toJSON</a></p></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="updateFeature" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>update<wbr/>Feature</span><a href="#updateFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="updateFeature.updateFeature-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">update<wbr/>Feature</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">feature</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#updateFeature.updateFeature-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Saves changes to an existing feature. If the source does not support
350
294
  updating features, then an <a href="../modules/InvalidOperationError.html" class="tsd-kind-module">InvalidOperationError</a> will be thrown
351
295
  (see <a href="../interfaces/data_FeatureSource.FeatureSource.html#capabilities" class="tsd-kind-property">capabilities</a>).</p>
352
296
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">feature</span>: <a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a></span><div class="tsd-comment tsd-typography"><p>The feature to update.</p>
@@ -357,10 +301,4 @@ updating features, then an <a href="../modules/InvalidOperationError.html" class
357
301
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">features</span>: <a href="data_FeatureSet.FeatureSet.html" class="tsd-signature-type tsd-kind-class">FeatureSet</a></span><div class="tsd-comment tsd-typography"><p>The features to update.</p>
358
302
  </div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/data_FeatureSource.FeatureWriteOptions.html" class="tsd-signature-type tsd-kind-interface">FeatureWriteOptions</a></span><div class="tsd-comment tsd-typography"><p>Additional options that control how the features are
359
303
  saved.</p>
360
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#updateFeatures">updateFeatures</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="watch" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>watch</span><a href="#watch" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="watch.watch-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">watch</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">path</span>, <span class="tsd-kind-parameter">callback</span>, <span class="tsd-kind-parameter">sync</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#watch.watch-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Watches for property changes.</p>
361
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">path</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></span><div class="tsd-comment tsd-typography"><p>The property (or list of properties) to watch for changes.</p>
362
- </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">callback</span>: <a href="../types/support_esri.WatchCallback.html" class="tsd-signature-type tsd-kind-type-alias">WatchCallback</a></span><div class="tsd-comment tsd-typography"><p>The callback to invoke when the property has changed.
363
- This callback will always be invoked <em>asynchronously</em>.</p>
364
- </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">sync</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></span><div class="tsd-comment tsd-typography"><p>Whether to invoke the callback synchronously. The default is
365
- false.</p>
366
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#watch">watch</a></p></aside></li></ul></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Constructors"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Constructors</summary><div><a href="#constructor" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a></div></details><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#_capabilitiesInternal" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_capabilities<wbr/>Internal</span></a><a href="#_id" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_id</span></a><a href="#_itemType" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_item<wbr/>Type</span></a><a href="#addressSchema" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>address<wbr/>Schema</span></a><a href="#defaultAddressValues" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>default<wbr/>Address<wbr/>Values</span></a><a href="#featureSettings" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>feature<wbr/>Settings</span></a><a href="#hyperlinks" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>hyperlinks</span></a><a href="#iconUrl" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>icon<wbr/>Url</span></a><a href="#onAddFeature" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Add<wbr/>Feature</span></a><a href="#onEditFeature" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Edit<wbr/>Feature</span></a><a href="#queryService" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>query<wbr/>Service</span></a><a href="#relationships" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>relationships</span></a><a href="#schema" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>schema</span></a><a href="#taskSettings" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>task<wbr/>Settings</span></a><a href="#title" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>title</span></a></div></details><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Accessors"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Accessors</summary><div><a href="#capabilities" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>capabilities</span></a><a href="#failureMode" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>failure<wbr/>Mode</span></a><a href="#featureActions" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>feature<wbr/>Actions</span></a><a href="#featureSourceActions" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>feature<wbr/>Source<wbr/>Actions</span></a><a href="#id" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>id</span></a><a href="#isDestroyed" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>is<wbr/>Destroyed</span></a><a href="#isInitialized" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>is<wbr/>Initialized</span></a><a href="#itemType" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>item<wbr/>Type</span></a></div></details><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Methods"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Methods</summary><div><a href="#_addAttachment" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_add<wbr/>Attachment</span></a><a href="#_addFeatures" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_add<wbr/>Features</span></a><a href="#_capabilities" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_capabilities</span></a><a href="#_createAddressSchema" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_create<wbr/>Address<wbr/>Schema</span></a><a href="#_createFeatureSettings" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_create<wbr/>Feature<wbr/>Settings</span></a><a href="#_createHyperlinks" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_create<wbr/>Hyperlinks</span></a><a href="#_createRelationships" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_create<wbr/>Relationships</span></a><a href="#_createSchema" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_create<wbr/>Schema</span></a><a href="#_createTaskSettings" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_create<wbr/>Task<wbr/>Settings</span></a><a href="#_deleteAttachments" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_delete<wbr/>Attachments</span></a><a href="#_deleteFeatures" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_delete<wbr/>Features</span></a><a href="#_getAttachments" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_get<wbr/>Attachments</span></a><a href="#_getFeatures" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_get<wbr/>Features</span></a><a href="#_getSerializableProperties" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_get<wbr/>Serializable<wbr/>Properties</span></a><a href="#_initializableChildCollections" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_initializable<wbr/>Child<wbr/>Collections</span></a><a href="#_initializeChildren" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_initialize<wbr/>Children</span></a><a href="#_isRelationship" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_is<wbr/>Relationship</span></a><a href="#_notifyChange" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_notify<wbr/>Change</span></a><a href="#_onDestroy" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_on<wbr/>Destroy</span></a><a href="#_onInitialize" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_on<wbr/>Initialize</span></a><a href="#_postInitialize" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_post<wbr/>Initialize</span></a><a href="#_toPropertyDef" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_to<wbr/>Property<wbr/>Def</span></a><a href="#_updateFeatures" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_update<wbr/>Features</span></a><a href="#_watchProperty" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_watch<wbr/>Property</span></a><a href="#addAttachment" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>add<wbr/>Attachment</span></a><a href="#addFeature" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>add<wbr/>Feature</span></a><a href="#addFeatures" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>add<wbr/>Features</span></a><a href="#assignProperties" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>assign<wbr/>Properties</span></a><a href="#assignPropertiesAsync" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>assign<wbr/>Properties<wbr/>Async</span></a><a href="#batchGeocode" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>batch<wbr/>Geocode</span></a><a href="#count" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>count</span></a><a href="#deleteAttachments" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>delete<wbr/>Attachments</span></a><a href="#deleteFeature" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>delete<wbr/>Feature</span></a><a href="#deleteFeatures" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>delete<wbr/>Features</span></a><a href="#destroy" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>destroy</span></a><a href="#emit" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>emit</span></a><a href="#finishAssignProperties" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>finish<wbr/>Assign<wbr/>Properties</span></a><a href="#geocode" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>geocode</span></a><a href="#get" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get</span></a><a href="#getAttachments" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Attachments</span></a><a href="#getDefault" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Default</span></a><a href="#getDefaults" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Defaults</span></a><a href="#getFeature" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Feature</span></a><a href="#getFeatures" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Features</span></a><a href="#getFullExtent" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Full<wbr/>Extent</span></a><a href="#getSerializableProperties" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Serializable<wbr/>Properties</span></a><a href="#initialize" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>initialize</span></a><a href="#notifyChange" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>notify<wbr/>Change</span></a><a href="#on" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>on</span></a><a href="#reverseGeocode" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>reverse<wbr/>Geocode</span></a><a href="#set" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set</span></a><a href="#suggest" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>suggest</span></a><a href="#toItemUri" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>to<wbr/>Item<wbr/>Uri</span></a><a href="#toJSON" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>toJSON</span></a><a href="#updateFeature" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>update<wbr/>Feature</span></a><a href="#updateFeatures" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>update<wbr/>Features</span></a><a href="#watch" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>watch</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@vertigis/arcgis-extensions</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer></footer><div class="overlay"></div></body></html>
304
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#updateFeatures">updateFeatures</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="watch" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="deprecated">watch</span><a href="#watch" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="watch.watch-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">watch</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">path</span>, <span class="tsd-kind-parameter">callback</span>, <span class="tsd-kind-parameter">sync</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#watch.watch-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">path</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></span></li><li><span><span class="tsd-kind-parameter">callback</span>: <a href="../types/utilities_watch.WatchCallback.html" class="tsd-signature-type tsd-kind-type-alias">WatchCallback</a></span></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">sync</span>: <span class="tsd-signature-type">boolean</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-Deprecated"><h4 class="tsd-anchor-link"><a id="Deprecated-6" class="tsd-anchor"></a>Deprecated<a href="#Deprecated-6" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div><div class="tsd-tag-Inherit Doc"><h4 class="tsd-anchor-link"><a id="Inherit Doc-12" class="tsd-anchor"></a>Inherit Doc<a href="#Inherit Doc-12" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#watch">watch</a></p></aside></li></ul></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Constructors"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Constructors</summary><div><a href="#constructor" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a></div></details><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#_capabilitiesInternal" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_capabilities<wbr/>Internal</span></a><a href="#_id" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_id</span></a><a href="#_itemType" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_item<wbr/>Type</span></a><a href="#addressSchema" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>address<wbr/>Schema</span></a><a href="#defaultAddressValues" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>default<wbr/>Address<wbr/>Values</span></a><a href="#iconUrl" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>icon<wbr/>Url</span></a><a href="#onAddFeature" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Add<wbr/>Feature</span></a><a href="#onEditFeature" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>on<wbr/>Edit<wbr/>Feature</span></a><a href="#queryService" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>query<wbr/>Service</span></a><a href="#title" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>title</span></a></div></details><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Accessors"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Accessors</summary><div><a href="#capabilities" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>capabilities</span></a><a href="#failureMode" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>failure<wbr/>Mode</span></a><a href="#featureActions" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>feature<wbr/>Actions</span></a><a href="#featureSettings" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>feature<wbr/>Settings</span></a><a href="#featureSourceActions" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>feature<wbr/>Source<wbr/>Actions</span></a><a href="#hyperlinks" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>hyperlinks</span></a><a href="#id" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>id</span></a><a href="#isDestroyed" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>is<wbr/>Destroyed</span></a><a href="#isInitialized" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>is<wbr/>Initialized</span></a><a href="#itemType" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>item<wbr/>Type</span></a><a href="#relationships" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>relationships</span></a><a href="#schema" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>schema</span></a><a href="#taskSettings" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-262144"></use></svg><span>task<wbr/>Settings</span></a></div></details><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Methods"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Methods</summary><div><a href="#_addAttachment" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_add<wbr/>Attachment</span></a><a href="#_addFeatures" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_add<wbr/>Features</span></a><a href="#_capabilities" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_capabilities</span></a><a href="#_createAddressSchema" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_create<wbr/>Address<wbr/>Schema</span></a><a href="#_createFeatureSettings" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_create<wbr/>Feature<wbr/>Settings</span></a><a href="#_createHyperlinks" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_create<wbr/>Hyperlinks</span></a><a href="#_createRelationships" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_create<wbr/>Relationships</span></a><a href="#_createSchema" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_create<wbr/>Schema</span></a><a href="#_createTaskSettings" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_create<wbr/>Task<wbr/>Settings</span></a><a href="#_deleteAttachments" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_delete<wbr/>Attachments</span></a><a href="#_deleteFeatures" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_delete<wbr/>Features</span></a><a href="#_getAttachments" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_get<wbr/>Attachments</span></a><a href="#_getFeatures" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_get<wbr/>Features</span></a><a href="#_getSerializableProperties" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_get<wbr/>Serializable<wbr/>Properties</span></a><a href="#_initializableChildCollections" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_initializable<wbr/>Child<wbr/>Collections</span></a><a href="#_initializeChildren" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_initialize<wbr/>Children</span></a><a href="#_isRelationship" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_is<wbr/>Relationship</span></a><a href="#_onDestroy" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_on<wbr/>Destroy</span></a><a href="#_onInitialize" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_on<wbr/>Initialize</span></a><a href="#_postInitialize" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_post<wbr/>Initialize</span></a><a href="#_toPropertyDef" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_to<wbr/>Property<wbr/>Def</span></a><a href="#_updateFeatures" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_update<wbr/>Features</span></a><a href="#_watchProperty" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_watch<wbr/>Property</span></a><a href="#addAttachment" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>add<wbr/>Attachment</span></a><a href="#addFeature" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>add<wbr/>Feature</span></a><a href="#addFeatures" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>add<wbr/>Features</span></a><a href="#assignProperties" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>assign<wbr/>Properties</span></a><a href="#assignPropertiesAsync" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>assign<wbr/>Properties<wbr/>Async</span></a><a href="#batchGeocode" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>batch<wbr/>Geocode</span></a><a href="#count" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>count</span></a><a href="#deleteAttachments" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>delete<wbr/>Attachments</span></a><a href="#deleteFeature" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>delete<wbr/>Feature</span></a><a href="#deleteFeatures" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>delete<wbr/>Features</span></a><a href="#destroy" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>destroy</span></a><a href="#emit" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>emit</span></a><a href="#finishAssignProperties" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>finish<wbr/>Assign<wbr/>Properties</span></a><a href="#geocode" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>geocode</span></a><a href="#get" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get</span></a><a href="#getAttachments" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Attachments</span></a><a href="#getDefault" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Default</span></a><a href="#getDefaults" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Defaults</span></a><a href="#getFeature" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Feature</span></a><a href="#getFeatures" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Features</span></a><a href="#getFullExtent" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Full<wbr/>Extent</span></a><a href="#getSerializableProperties" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Serializable<wbr/>Properties</span></a><a href="#initialize" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>initialize</span></a><a href="#notifyChange" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>notify<wbr/>Change</span></a><a href="#on" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>on</span></a><a href="#reverseGeocode" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>reverse<wbr/>Geocode</span></a><a href="#set" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set</span></a><a href="#suggest" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>suggest</span></a><a href="#toItemUri" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>to<wbr/>Item<wbr/>Uri</span></a><a href="#toJSON" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>toJSON</span></a><a href="#updateFeature" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>update<wbr/>Feature</span></a><a href="#updateFeatures" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>update<wbr/>Features</span></a><a href="#watch" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>watch</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@vertigis/arcgis-extensions</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer></footer><div class="overlay"></div></body></html>