export interface MarkerProps {
lat: number;
long: number;
title?: string;
description?: string;
color?: string;
}