export interface OpenLocation {
    lat?: string;
    lng?: string;
    name?: string;
    address?: string;
    scale?: number;
    context?: any;
    route?: string;
}
