Back to Frontend

Geo.Scala

common/app/views/fragments/atoms/structureddata/restaurant/geo.scala.html

latest176 B
Original Source

@import com.gu.contententity.thrift.Geolocation @(geo: Geolocation)(implicit request: RequestHeader) { "@@type": "GeoCoordinates", "latitude": @geo.lat, "longitude": @geo.lon }