构造函数
属性概述
名称 | 类型 | 描述 | 类 |
---|---|---|---|
LayerSearchSource|LocatorSearchSource | 当前选定的源对象。 更多详情 | SearchViewModel | |
Number | 所选源的索引。 更多详情 | SearchViewModel | |
String | 在多个源上搜索时,用作输入文本提示的字符串值。 更多详情 | SearchViewModel | |
Collection<(LayerSearchSource|LocatorSearchSource)> | defaultSources 和 sources 的组合集合。 更多详情 | SearchViewModel | |
Boolean | 指示是否自动选择并缩放到第一个地理编码结果。 更多详情 | SearchViewModel | |
String | 类的名称。 更多详情 | Accessor | |
Collection<(LayerSearchSource|LocatorSearchSource)> | 一个只读属性,它是 LayerSearchSource 和/或 LocatorSearchSource 的集合。 更多详情 | SearchViewModel | |
Object | 搜索结果的默认符号。 更多详情 | SearchViewModel | |
GoToOverride | 此函数提供了覆盖 MapView goTo() 或 SceneView goTo() 方法的能力。 更多详情 | SearchViewModel | |
Boolean|Function | 指示是否在 Search 微件 UI 中包含 defaultSources。 更多详情 | SearchViewModel | |
Boolean | 指示是否在微件中启用定位服务。 更多详情 | SearchViewModel | |
Number | 搜索文本的最大字符长度。 更多详情 | SearchViewModel | |
Number | 如果源未指定,则为微件返回的最大结果数。 更多详情 | SearchViewModel | |
Number | 如果源未指定,则为微件返回的最大建议数。 更多详情 | SearchViewModel | |
Number | 如果源未指定,则为搜索所需的最小字符数。 更多详情 | SearchViewModel | |
String | activeSource 使用的占位符。 更多详情 | SearchViewModel | |
Boolean | 指示是否在单击要素时显示 Popup。 更多详情 | SearchViewModel | |
PopupTemplate | 所选要素的自定义 PopupTemplate。 更多详情 | SearchViewModel | |
Portal | 可以搜索指定门户实例的定位器服务,使用此属性可将此 GeoScene Portal 实例设置为搜索。 更多详情 | SearchViewModel | |
Graphic | 用于高亮显示生成的要素或位置的图形。 更多详情 | SearchViewModel | |
Boolean | 指示 resultGraphic 是否将显示在所选要素的位置处。 更多详情 | SearchViewModel | |
Object[] | 来自搜索的当前结果的数组。 更多详情 | SearchViewModel | |
Boolean | 指示是否显示搜索所有源的选项。 更多详情 | SearchViewModel | |
String | 搜索框输入文本字符串的值。 更多详情 | SearchViewModel | |
Object | 从搜索中选择的结果。 更多详情 | SearchViewModel | |
Geometry|SuggestResult | 选定的 SuggestResult。 更多详情 | SearchViewModel | |
Collection<(LayerSearchSource|LocatorSearchSource)> | Search 微件可用于搜索 FeatureLayer 或 table 中的要素,或者使用 定位器 对位置进行地理编码。 更多详情 | SearchViewModel | |
String | 微件的当前状态。 更多详情 | SearchViewModel | |
Number | 松开按键后和发出建议网络请求之前的毫秒级延迟。 更多详情 | SearchViewModel | |
SuggestResult[] | 来自建议方法的结果数组。 更多详情 | SearchViewModel | |
Boolean | 为微件启用建议。 更多详情 | SearchViewModel | |
Boolean | 指示 | SearchViewModel | |
MapView|SceneView | 更多详情 | SearchViewModel |
属性详细信息
-
activeSourceIndex Number
-
所选源的索引。选择所有源时,此值是
-1
。- 默认值:0
-
allPlaceholder String
-
在多个源上搜索时,用作输入文本提示的字符串值。请参阅下图,查看此文本在微件上下文中的位置和样式。
- 默认值:"Find address or place"
-
allSources Collection<(LayerSearchSource|LocatorSearchSource)>readonly起始版本:GeoScene Maps SDK for JavaScript 4.8
-
defaultSources 和 sources 的组合集合。defaultSources 首先显示在搜索 UI 中。
-
autoSelect Boolean
-
指示是否自动选择并缩放到第一个地理编码结果。如果为
false
,则 findAddressCandidates 操作仍将对输入字符串进行地理编码,但不会选择顶部结果。要使用地理编码结果,您可以设置 search-complete 事件处理程序并通过事件对象获取结果。- 默认值:true
-
起始版本:GeoScene Maps SDK for JavaScript 4.7
-
类的名称。声明的类名称格式化为
geoscene.folder.className
。
-
defaultSources Collection<(LayerSearchSource|LocatorSearchSource)>readonly起始版本:GeoScene Maps SDK for JavaScript 4.8
-
一个只读属性,它是 LayerSearchSource 和/或 LocatorSearchSource 的集合。此属性可能包含 GeoScene Portal 定位器,以及任何 web 地图或 web 场景可配置的搜索源。web 地图或 web 场景可能包含地图/要素服务要素图层或表作为源。
如果未设置源属性,则此属性用于填充 Search UI。
-
defaultSymbols Object起始版本:GeoScene Maps SDK for JavaScript 4.22
-
- 属性
-
optional SimpleMarkerSymbol、PointSymbol3D、TextSymbol、CIMSymbol 或 WebStyleSymbol 用于表示为搜索结果绘制的点几何。SimpleMarkerSymbol 还可用于对 SceneView 中的点要素进行符号化。但是,建议您改用 PointSymbol3D。
polygon SimpleFillSymbol|PolygonSymbol3D|CIMSymbolSimpleFillSymbol、PolygonSymbol3D 或 CIMSymbol 用于表示为搜索结果绘制的面几何。SimpleFillSymbol 还可用于对 SceneView 中的面要素进行符号化。但是,建议您改用 PolygonSymbol3D。
polyline SimpleLineSymbol|LineSymbol3D|CIMSymbolSimpleLineSymbol、LineSymbol3D 或 CIMSymbol 用于表示为搜索结果绘制的折线几何。SimpleLineSymbol 还可用于对 SceneView 中的折线要素进行符号化。但是,建议您改用 LineSymbol3D。
示例const searchWidget = new Search(); searchWidget.viewModel.defaultSymbols = { point: new PictureMarkerSymbol({ url: "https://freesvg.org/img/1287178070.png", size: 24, width: 24, height: 24 }), polygon: new SimpleFillSymbol({ color: [235, 235, 235, 0.4], outline: { color: [130, 130, 130, 1], width: 2 } }), polyline: new SimpleLineSymbol({ color: [130, 130, 130, 1], width: 2 }) };
-
goToOverride GoToOverride起始版本:GeoScene Maps SDK for JavaScript 4.8
-
此函数提供了覆盖 MapView goTo() 或 SceneView goTo() 方法的能力。
示例// The following snippet uses the Search widget but can be applied to any // widgets that support the goToOverride property. search.goToOverride = function(view, goToParams) { goToParams.options.duration = updatedDuration; return view.goTo(goToParams.target, goToParams.options); };
-
起始版本:GeoScene Maps SDK for JavaScript 4.8
-
指示是否在 Search 微件 UI 中包含 defaultSources。这可以是布尔值或返回搜索源数组的函数。
- 默认值:true
示例// includeDefaultSources passed as a boolean value let searchWidget = new Search({ view: view }); searchWidget.viewModel.includeDefaultSources = false; // includeDefaultSources passed as a function let searchWidget = new Search({ view: view }); searchWidget.viewModel.includeDefaultSources = function(sourcesResponse) { return sourcesResponse.defaultSources; };
-
locationEnabled Boolean起始版本:GeoScene Maps SDK for JavaScript 4.8
-
指示是否在微件中启用定位服务。
仅在安全源上支持使用此属性。要使用它,请将您的应用程序切换到安全源,例如 HTTPS。请注意,localhost 被认为是“潜在安全的”,可用于在支持 Window.isSecureContext (当前为 Chrome 和 Firefox) 的浏览器中轻松测试。
-
maxInputLength Number
-
搜索文本的最大字符长度。
- 默认值:128
-
maxResults Number
-
如果源未指定,则为微件返回的最大结果数。
- 默认值:6
-
maxSuggestions Number
-
如果源未指定,则为微件返回的最大建议数。
如果使用默认的 GeoScene Online 地理编码服务,则默认值仍为
5
。- 默认值:6
-
minSuggestCharacters Number
-
如果源未指定,则为搜索所需的最小字符数。
- 默认值:1
-
placeholder Stringreadonly
-
activeSource 使用的占位符。
-
popupEnabled Boolean
-
- 默认值:true
-
popupTemplate PopupTemplate
-
所选要素的自定义 PopupTemplate。请注意,在 allSources 上定义的任何模板都优先于直接在模板上定义的模板。
- 默认值:null
-
portal Portal起始版本:GeoScene Maps SDK for JavaScript 4.8
-
可以搜索指定门户实例的定位器服务,使用此属性可将此 GeoScene Portal 实例设置为搜索。
-
resultGraphic Graphicreadonly
-
用于高亮显示生成的要素或位置的图形。
- 默认值:null
-
resultGraphicEnabled Boolean
-
指示 resultGraphic 是否将显示在所选要素的位置处。
- 默认值:true
-
来自搜索的当前结果的数组。
- 默认值:null
-
searchAllEnabled Boolean
-
指示是否显示搜索所有源的选项。为
true
时,默认情况下显示 "All” 选项:为
false
时,一次搜索所有源的选项不可用:- 默认值:true
-
searchTerm String
-
搜索框输入文本字符串的值。
-
selectedResult Objectreadonly
-
从搜索中选择的结果。
- 默认值:null
-
-
选定的 SuggestResult。
- 默认值:null
-
sources Collection<(LayerSearchSource|LocatorSearchSource)>
-
Search 微件可用于搜索 FeatureLayer 或 table 中的要素,或者使用 定位器 对位置进行地理编码。
sources
属性可定义要从中搜索由 Search 微件实例指定的 view 的源。有两种类型的源:这些源的任意组合均可在 Search 微件的同一实例中一起使用。
示例// Default sources[] when sources is not specified [ { url: "https://geocode-api.arcgis.com/geoscene/rest/services/World/GeocodeServer", singleLineFieldName: "SingleLine", outFields: ["Addr_type"], name: "GeoScene World Geocoding Service", placeholder: "Adresse", resultSymbol: { type: "picture-marker", // autocasts as new PictureMarkerSymbol() url: this.basePath + "/images/search/search-symbol-32.png", size: 24, width: 24, height: 24, xoffset: 0, yoffset: 0 } } ]
// Example of multiple sources[] let sources = [ { url: "https://geocode-api.arcgis.com/geoscene/rest/services/World/GeocodeServer", singleLineFieldName: "SingleLine", name: "Custom Geocoding Service", placeholder: "Search Geocoder", maxResults: 3, maxSuggestions: 6, suggestionsEnabled: false, minSuggestCharacters: 0 }, { layer: new FeatureLayer({ url: "https://services.arcgis.com/DO4gTjwJVIJ7O9Ca/geoscene/rest/services/GeoForm_Survey_v11_live/FeatureServer/0", outFields: ["*"] }), searchFields: ["Email", "URL"], displayField: "Email", exactMatch: false, outFields: ["*"], name: "Point FS", placeholder: "example: geoscene", maxResults: 6, maxSuggestions: 6, suggestionsEnabled: true, minSuggestCharacters: 0 }, { layer: new FeatureLayer({ outFields: ["*"] }); placeholder: "esri", name: "A FeatureLayer", prefix: "", suffix: "", maxResults: 1, maxSuggestions: 6, exactMatch: false, searchFields: [], // defaults to FeatureLayer.displayField displayField: "", // defaults to FeatureLayer.displayField minSuggestCharacters: 0 } ];
// Set source(s) on creation let searchWidget = new Search({ viewModel: { // autocasts as new SearchViewModel() sources: [] } }); // Set source(s) let searchWidget = new Search(); let sources = [{ ... }, { ... }, { ... }]; //array of sources searchWidget.viewModel.sources = sources; // Add to source(s) let searchWidget = new Search(); searchWidget.viewModel.sources.push({ ... }); //new source
-
state Stringreadonly起始版本:GeoScene Maps SDK for JavaScript 4.8
-
微件的当前状态。此属性已从 搜索 中移除,现在应在 SearchViewModel 中访问。
可能值:"ready"|"disabled"|"searching"|"loading"
- 默认值:ready
-
suggestions SuggestResult[]readonly
-
来自建议方法的结果数组。
如果使用具有建议加载功能的 1.3 或更高版本的地理编码服务,或支持分页 (即
supportsPagination = true
) 的 1.3 或更高版本的要素图层,则可以使用此功能。- 默认值:null
-
suggestionsEnabled Boolean
-
为微件启用建议。
仅当使用具有 [建议加载功能] (https://doc.geoscene.cn/rest/geocode/api-reference/geocoding-suggest.htm) 的 1.3 或更高版本的地理编码服务,或支持分页 (即
supportsPagination = true
) 的 1.3 或更高版本的要素图层时,则可使用此功能。- 默认值:true
-
updating Booleanreadonly起始版本:GeoScene Maps SDK for JavaScript 4.16
-
指示
View
或Portal
在使用前是否正在加载资源。如果资源仍在加载,则此值为false
。如果资源加载完成,则此值为true
。- 默认值:false
-
- 默认值:null
方法概述
名称 | 返回值类值 | 描述 | 类 |
---|---|---|---|
添加一个或多个与对象的生命周期相关联的句柄。 更多详情 | Accessor | ||
清除当前值、搜索结果、建议结果、图形和图形图层。 更多详情 | SearchViewModel | ||
Boolean | 在实例上触发事件。 更多详情 | SearchViewModel | |
Boolean | 指示实例上是否存在与提供的事件名称相匹配的事件监听器。 更多详情 | SearchViewModel | |
Boolean | 如果存在指定的句柄组,则返回 true。 更多详情 | Accessor | |
Object | 在实例上注册事件处理程序。 更多详情 | SearchViewModel | |
移除对象拥有的句柄组。 更多详情 | Accessor | ||
Promise<SearchResponse> | 根据指定的源, | SearchViewModel | |
Promise<SearchResponse> | 返回当前位置附近的搜索结果。 更多详情 | SearchViewModel | |
Promise<SuggestResponse> | 在活动定位器上执行 suggest() 请求。 更多详情 | SearchViewModel | |
Promise |
| when |
方法详细说明
-
addHandles(handleOrHandles, groupKey)inherited起始版本:GeoScene Maps SDK for JavaScript 4.25
-
添加一个或多个与对象的生命周期相关联的句柄。当对象被销毁时,将移除句柄。
// Manually manage handles const handle = reactiveUtils.when( () => !view.updating, () => { wkidSelect.disabled = false; }, { once: true } ); // Handle gets removed when the object is destroyed. this.addHandles(handle);
参数handleOrHandles WatchHandle|WatchHandle[]对象销毁后,标记为要移除的句柄。
groupKey *optional标识句柄应添加到的组的键。组中的所有句柄稍后都可使用 Accessor.removeHandles() 进行删除。如果未提供键,则句柄将被添加到默认组。
-
clear()
-
清除当前值、搜索结果、建议结果、图形和图形图层。它还会隐藏任何打开的菜单。
-
emit(type, event){Boolean}起始版本:GeoScene Maps SDK for JavaScript 4.5
-
在实例上触发事件。仅当创建此类的子类时,才应使用此方法。
参数type String事件的名称。
event Objectoptional事件有效负载。
返回类型 描述 Boolean 如果监听器收到通知,则为 true
-
hasEventListener(type){Boolean}
-
指示实例上是否存在与提供的事件名称相匹配的事件监听器。
参数type String事件的名称。
返回类型 描述 Boolean 如果类支持输入事件,则返回 true。
-
起始版本:GeoScene Maps SDK for JavaScript 4.25
-
如果存在指定的句柄组,则返回 true。
参数groupKey *optional组键。
返回类型 描述 Boolean 如果存在指定的句柄组,则返回 true
。示例// Remove a named group of handles if they exist. if (obj.hasHandles("watch-view-updates")) { obj.removeHandles("watch-view-updates"); }
-
on(type, listener){Object}
-
在实例上注册事件处理程序。调用此方法将事件与监听器挂钩。
参数要侦听的事件或者事件数组。
listener Function事件触发时要调用的函数。
返回类型 描述 Object 返回具有 remove()
方法的事件处理程序,可调用该方法来停止侦听事件。属性 类型 描述 remove Function 调用时,从事件中移除侦听器。 示例view.on("click", function(event){ // event is the event handle returned after the event fires. console.log(event.mapPoint); });
-
removeHandles(groupKey)inherited起始版本:GeoScene Maps SDK for JavaScript 4.25
-
移除对象拥有的句柄组。
参数groupKey *optional要移除的组键或组键的数组或集合。
示例obj.removeHandles(); // removes handles from default group obj.removeHandles("handle-group"); obj.removeHandles("other-handle-group");
-
search(searchTerm){Promise<SearchResponse>}
-
根据指定的源,
search()
可查询要素图层或使用任何指定的 Locator(s) 执行地址匹配并返回适用结果。参数optional 此 searchTerm 可以是字符串、几何、建议候选对象或 [latitude,longitude] 数组。如果提供了几何,则它将反向地理编码 (定位器) 或使用几何而非文本 (featurelayer) 执行 findAddressCandidates。
返回类型 描述 Promise<SearchResponse> 解析后,返回一个包含搜索结果数组的对象。
-
searchNearby(){Promise<SearchResponse>}
-
返回当前位置附近的搜索结果。它检查 locationEnabled 是否为
true
。如果是这样,并且您的浏览器支持地理位置,它将返回当前位置附近的搜索结果。返回类型 描述 Promise<SearchResponse> 解析后,返回一个包含搜索对象数组的 SearchResponse。其中每个对象都包含一个 SearchResult。
-
suggest(value){Promise<SuggestResponse>}
-
在活动定位器上执行 suggest() 请求。它还使用微件的当前值或传入的值。
如果使用具有建议加载功能的 1.3 或更高版本的地理编码服务,或支持分页 (即
supportsPagination = true
) 的 1.3 或更高版本的要素图层,则可使用建议。参数value Stringoptional用于活动定位器或要素图层上 suggest() 的字符串值。如果没有传入任何内容,则使用微件的当前值。
返回类型 描述 Promise<SuggestResponse> 解析后,返回包含结果对象数组的 SuggestResponse。这些结果中的每一个都包含 SuggestResult。
-
起始版本:GeoScene Maps SDK for JavaScript 4.16
-
when()
可以在更新SearchViewModel
后使用。此方法接受两个输入参数:callback
函数和errback
函数。callback
在类的实例加载时执行。errback
在类的实例无法加载时执行。参数callback Functionoptional当 promise 解决时调用的函数。
errback Functionoptional当 promise 失败时执行的函数。
返回类型 描述 Promise 为 callback
结果返回一个新的 promise。示例// Although this example uses MapView, any class instance that is a promise may use when() in the same way let view = new MapView(); view.when(function(){ // This function will execute once the promise is resolved }, function(error){ // This function will execute if the promise is rejected due to an error });
类型定义
-
SearchResponse
-
解决后,在调用 search 后返回此响应。
-
SearchResult
-
从 search 返回的结果对象。
-
SuggestResponse
-
解决后,在调用 suggest 后返回此响应。
-
SuggestResult
-
从 suggest 返回的结果对象。
事件概述
名称 | 类型 | 描述 | 类 |
---|---|---|---|
从输入框中清除结果或选择新结果时触发。 更多详情 |
SearchViewModel | ||
{activeSourceIndex: Number,errors: Error[],numResults: Number,searchTerm: String,results: Object[],results.results: SearchResult[],results.sourceIndex: Number,results.source: Object[]} |
在调用 search() 方法时触发并返回其结果。 更多详情 |
SearchViewModel | |
在启动 search() 方法时触发。 更多详情 |
SearchViewModel | ||
{result: Object,result.extent: Extent,result.feature: Graphic,result.name: String,source: Object,sourceIndex: Number} |
选择搜索结果时触发。 更多详情 |
SearchViewModel | |
{activeSourceIndex: Number,errors: Error[],numResults: Number,searchTerm: String,results: Object[],results.results: SuggestResult[],results.sourceIndex: Number,results.source: Object} |
在调用 suggest 方法时触发并返回其结果。 更多详情 |
SearchViewModel | |
在启动 suggest() 方法时触发。 更多详情 |
SearchViewModel |
事件详细说明
-
search-clear
-
从输入框中清除结果或选择新结果时触发。
示例let searchWidget = new Search(); searchWidget.viewModel.on("search-clear", function(event){ console.log("Search input textbox was cleared."); });
-
search-complete
-
在调用 search() 方法时触发并返回其结果。
- 属性
-
activeSourceIndex Number
从中获取搜索结果的源的索引。
从搜索结果返回的错误对象的数组。
numResults Number搜索结果的数量。
searchTerm String搜索的表达式。
表示搜索结果的对象数组。有关结果对象的详细信息,请参阅下面的对象规范表。
- 规范
-
results SearchResult[]
包含搜索结果的对象的数组。
sourceIndex Number当前所选源的索引。
所选结果的源。
示例let searchWidget = new Search(); searchWidget.viewModel.on("search-complete", function(event){ // The results are stored in the event Object[] console.log("Results of the search: ", event); });
-
search-start
-
在启动 search() 方法时触发。
示例let searchWidget = new Search(); searchWidget.viewModel.on("search-start", function(event){ console.log("Search started."); });
-
select-result
-
选择搜索结果时触发。
示例let searchWidget = new Search(); searchWidget.viewModel.on("select-result", function(event){ console.log("The selected search result: ", event); });
-
suggest-complete
-
在调用 suggest 方法时触发并返回其结果。
- 属性
-
activeSourceIndex Number
从中获取建议的源的索引。选择所有源时,此值是
-1
。从建议结果返回的错误对象数组。
numResults Number建议结果的数量。
searchTerm String用于建议的搜索表达式。
表示建议结果的对象数组。有关结果对象的详细信息,请参阅下面的对象规范表。
- 规范
-
results SuggestResult[]
包含建议结果的对象数组。
sourceIndex Number当前所选源的索引。
source Object所选结果的源。
示例let searchWidget = new Search(); searchWidget.viewModel.on("suggest-complete", function(event){ // The results are stored in the event Object[] console.log("Results of suggest: ", event); });
-
suggest-start
-
在启动 suggest() 方法时触发。
示例let searchWidget = new Search(); searchWidget.viewModel.on("suggest-start", function(event){ console.log("suggest-start", event); });