options
options: {
createMarkers: {
connection: boolean;
departure: boolean;
destination: boolean;
};
pathOptions: {
color: string;
displayArrowsOnPath: boolean;
farRadius: number;
nearRadius: number;
};
polygons: {
departure: string;
};
} = defaultOptions
Type declaration
-
createMarkers: {
connection: boolean;
departure: boolean;
destination: boolean;
}
-
connection: boolean
-
departure: boolean
-
destination: boolean
-
pathOptions: {
color: string;
displayArrowsOnPath: boolean;
farRadius: number;
nearRadius: number;
}
-
color: string
-
displayArrowsOnPath: boolean
-
farRadius: number
-
nearRadius: number
-
polygons: {
departure: string;
}
Draws the specified directions on the map.