Interface HonuaSourceBase

Common fields shared by all Honua source specifications.

interface HonuaSourceBase {
    attribution?: string;
    url: string;
}

Hierarchy (view full)

Properties

Properties

attribution?: string

Attribution string displayed on the map.

url: string

Full URL to the service endpoint.