# Location

Returns the latitude and longitude values for exif location data if available

****

- Full class name: `Kirby\Image\Location`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Image/Location.php#L17>

****

### Location

- [new Location()](https://getkirby.com/docs/reference/objects/image/location/__construct.md)
- [$location->__debugInfo()](https://getkirby.com/docs/reference/objects/image/location/__debug-info.md)
- [$location->__toString()](https://getkirby.com/docs/reference/objects/image/location/__to-string.md)
- [$location->lat()](https://getkirby.com/docs/reference/objects/image/location/lat.md)
- [$location->lng()](https://getkirby.com/docs/reference/objects/image/location/lng.md)
- [$location->toArray()](https://getkirby.com/docs/reference/objects/image/location/to-array.md)