-
Photo Information
-
-
- Date Taken
-
- {{
- selectedCommunication.public_report.images[
- currentPhotoIndex
- ].exif?.created || "N/A"
- }}
-
-
-
- Camera
-
- {{
- (selectedCommunication.public_report.images[
- currentPhotoIndex
- ].exif?.make || "") +
- " " +
- (selectedCommunication.public_report.images[
- currentPhotoIndex
- ].exif?.model || "") || "N/A"
- }}
-
-
-
- Distance from Reporter
-
- {{
- formatDistance(
- selectedCommunication.public_report.images[
- currentPhotoIndex
- ].distance_from_reporter_meters,
- )
- }}
-
- No location data in image
-
-
-