forked from Esri/arcgis-maps-sdk-dotnet-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
14 lines (14 loc) · 1.46 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"Name": "Find Place",
"SampleName": "FindPlace",
"Description": "This sample demonstrates how to use geocode functionality to search for points of interest, around a location or within an extent.",
"Instructions": "1. Enter a point of interest you'd like to search for (e.g. 'Starbucks')\n2. Enter a search location or accept the default 'Current Location'\n3. Select 'search all' to get all results, or press 'search view' to only get results within the current extent.",
"Type": 0,
"RequiresOnlineConnection": true,
"RequiresOfflineData": false,
"RequiresLocalServer": false,
"Image": "FindPlace.jpg",
"Link": "",
"TypeLink": [ "M:Esri.ArcGISRuntime.Tasks.Geocoding.LocatorTask.SuggestAsync(System.String,Esri.ArcGISRuntime.Tasks.Geocoding.SuggestParameters)", "T:Esri.ArcGISRuntime.Tasks.Geocoding.SuggestParameters", "M:Esri.ArcGISRuntime.Tasks.Geocoding.SuggestParameters.#ctor", "P:Esri.ArcGISRuntime.Tasks.Geocoding.SuggestParameters.Categories", "P:Esri.ArcGISRuntime.Tasks.Geocoding.SuggestParameters.PreferredSearchLocation", "T:Esri.ArcGISRuntime.Tasks.Geocoding.GeocodeParameters", "M:Esri.ArcGISRuntime.Tasks.Geocoding.GeocodeParameters.#ctor", "P:Esri.ArcGISRuntime.Tasks.Geocoding.GeocodeParameters.PreferredSearchLocation", "P:Esri.ArcGISRuntime.Tasks.Geocoding.GeocodeParameters.SearchArea", "M:Esri.ArcGISRuntime.Tasks.Geocoding.LocatorTask.GeocodeAsync(System.String,Esri.ArcGISRuntime.Tasks.Geocoding.GeocodeParameters)" ],
"SampleFolder": "FindPlace"
}