Releases: p-j/geocodejson
Releases · p-j/geocodejson
@p-j/[email protected]
@p-j/[email protected]
@p-j/[email protected]
@p-j/[email protected]
Minor Changes
-
#82
c4c006c
Thanks @p-j! - # ChangelogAdding
confidence
as an optional member of thegeocoding
namespaceopencage.parse
return type now provide types for Opencage's specific properties.- the confidence is derived from Opencage's confidence score and mapped to a 0-1 interval.
Patch Changes
@p-j/[email protected]
Major Changes
-
#82
c4c006c
Thanks @p-j! - # ChangelogAdding
confidence
as an optional member of thegeocoding
namespaceBREAKING: The
accuracy
member of thegeocoding
namespace has been removed from the parsed result.
It is replaced by a loosly mappedconfidence
based on the result type.