Interface MapLinks

The links to the maps of a country

interface MapLinks {
    googleMaps: string;
    openStreetMap: string;
}

Properties

googleMaps: string

The link to the Google Maps of the country

openStreetMap: string

The link to the OpenStreetMap of the country