The location object
This object allows you access store location information using Liquid.
The location
object has the following attributes:
location.address
Returns the address object corresponding to this location.
location.id
Returns the ID of the location.
location.latitude
Returns the latitude associated to the location. It will return null
if the address is not verified.
location.longitude
Returns the longitude associated with the location. It will return null
if the address is not verified.
location.name
Returns the name of location.