loaders ยป lat_lng

lat_lng() โ†’ dict
lat_lng_items() โ†’ list
lat_lng_list() โ†’ list

Accepts lat/lng coordinates of the form dd.ddddd, dd.ddddd (but with any number of decimal digits), returns a dict (see example below) (or raises an error for invalid values).

enolocation: 36.987094, -25.091719
python>>> document = Eno.parse(input)

>>> document.lat_lng('location')
{ lat: 36.987094, lng: -25.091719 }