Skip to content

Commit

Permalink
fix(explorer): correct documentation types for scoreDifference
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Dec 31, 2024
1 parent 509c792 commit 101b7cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/explorer/src/content/docs/docs/v1/endpoints/geocoding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ When `suggest` is set to the default value of `0`, the difference in score betwe
A common scenario to cause a tie is when an input address of `100 main street` is used and the same address exists in multiple address system quadrants. The two highest score matching will be `100 south main` and `100 north main` or `100 east main` and `100 west main`.
:::

- **Type**: `string`
- **Default**: `all`
- **Can be one of**: `all`, `addressPoints`, `roadCenterlines`
- **Type**: `boolean`
- **Default**: `false`
- **Can be one of**: `true`, `false`

### spatialReference

Expand Down

0 comments on commit 101b7cf

Please sign in to comment.