= $point->name ?>
Координаты:
= $point->lat > 0 ? 'N' : 'S' ?>= $point->lat > 0 ? $point->lat : (-1 * $point->lat) ?>°
= $point->lng > 0 ? 'E' : 'W' ?>= $point->lng > 0 ? $point->lng : (-1 * $point->lng) ?>°
/
= $point->lat > 0 ? 'N' : 'S' ?>= Coord::dergeeToMinute($point->lat) ?>
= $point->lng > 0 ? 'E' : 'W' ?>= Coord::dergeeToMinute($point->lng) ?>
/
На карте
= $point->descriptionHtml ?>
img): ?>