

export class Marker{

    constructor(public lng: number, public lat: number, public title?: string, public iconUrl?: string){
    }
}