Interface NavigationProps

interface NavigationProps {
    directions: Directions | Directions[];
    onDrawComplete?: () => void;
    onLoad?: () => void;
    options?: TNavigationOptions;
}

Properties

directions: Directions | Directions[]
onDrawComplete?: () => void
onLoad?: () => void
MMNEPVFCICPMFPCPTTAAATR