interface ModelProps {
    coordinate: Coordinate;
    options?: TAddModelOptions;
    url: string;
}

Properties

coordinate: Coordinate
url: string