UNPKG

rdview-service

Version:

Rdview service for loading road photos

12 lines (11 loc) 231 B
import { PhotoType } from './photo-type'; export interface Photo { azimuth: number; date: Date; id: string; lat: number; lon: number; rdKm: number; imgUrl: string; photoType: PhotoType; }