Interface ngeoStreetviewOptions

interface ngeoStreetviewOptions {
    bufferSize?: number;
    key: string;
    organizationId?: string;
    viewer: string;
}

Properties

bufferSize?: number

Buffer size in pixels for Mapillary bbox

key: string

ClientId for Mapillary

organizationId?: string

The id of the Mapillary organization to get images from.

viewer: string

The viewer to use (google or mapillary)