Points
In the Search service, there are multiple times when points are used. Points can be used to denote a point to search around, multiple ones can be used to create shapes to denote an area to search, and they can be used for user defined remote data. Below is a table demonstrating the different ways of forming points and how they can be used.
| Type | Description | Formats | Parameters Used With |
|---|---|---|---|
| Address | A single-line address. For details on acceptable single-line address formation, refer to the Locations documentation. |
300 Granite Run Drive, Lancaster, PA
|
|
| IP Address | Using the current computer's or a given IP address. |
192.168.0.1
|
|
| Laitude/Longitude | Using a latitude/longitude pair. This is also called "raw". |
40.099998,-76.305603
|
|
| Simple Geo (WKT Standard) | This is the WKT way of formatting Simple Features. See the Simple Features Wiki description page for more detail. | POINT(40.099998 -76.305603) |
|
| Compressed | This is a compressed format of a latitude/longitude pair. See the Compressed Lat/Lng description page for more detail, including sample source code and an interactive encoder/decoder. | _`wsF~lvpM |
|