interface Location {
    position: Position;
    uri: URI;
}

Properties

Properties

position: Position
uri: URI