Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
geocoding
ProviderReverseMatch
Interface ProviderReverseMatch
Experimental
Normalized reverse-geocode result.
interface
ProviderReverseMatch
{
address
:
string
;
attributes
:
Record
<
string
,
null
|
string
>
;
latitude
:
number
;
longitude
:
number
;
provenance
:
GeocodingProvenance
;
}
Index
Properties
address
attributes
latitude
longitude
provenance
Properties
Experimental
address
address
:
string
Experimental
attributes
attributes
:
Record
<
string
,
null
|
string
>
Experimental
latitude
latitude
:
number
Experimental
longitude
longitude
:
number
Experimental
provenance
provenance
:
GeocodingProvenance
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
attributes
latitude
longitude
provenance
@honua/sdk-js
Loading...
Normalized reverse-geocode result.