LibLatLon.Coords.coordinate-exclamation-mark

You're seeing just the function coordinate-exclamation-mark, go back to LibLatLon.Coords module for more information.

Specs

coordinate!(nil | binary() | %{} | any()) :: t() | no_return()

Same as LibLatLon.Coords.coordinate/1, but banged.

Examples

iex> LibLatLon.Coords.coordinate!("test/inputs/1.jpg")
#Coord<[lat: 41.37600333333334, lon: 2.1486783333333332, fancy: "41°22´33.612˝N,2°8´55.242˝E"]>