Interface Uri2MarkerEntry

interface Uri2MarkerEntry {
    markers: Owner2MarkerEntry[];
    uri: string;
}

Properties

Properties

uri: string