Open
Description
Hi @alexreisner,
first off: thank you, amazing work 💯
I'm a little confused by the following:
- Using
Geocoder.search
leads to@data
containing"lat"
and"lon"
. - The documentation suggests stubbing
"coordinates"
. - When using
Model.geocode
, it is expected that the coordinates are present within@data
in"latitude"
and"longitude"
My questions:
- Is there a reason for this deviation?
- Is stubbing
coordinates
maybe deprecated? - What are the arguments against either using the short form (
lat
) or the long form (latitude
) consistently?
Cheers,
Finn
Metadata
Metadata
Assignees
Labels
No labels