Interface MarkerSettings

interface MarkerSettings {
    showsDistance: boolean;
    removalDistance: number;
}

Properties

showsDistance: boolean
removalDistance: number