export interface ILatLng { lat: number; lng: number; }