export default interface IMapInfo{
    type: string,
    name: string,
    city: string,
    street: string,
    szer: number,
    dlug: number
}