Interface OSMLTopicProps

Represents the properties for an OSML (OpenStreetMap Location) topic.

interface OSMLTopicProps {
    topicName: string;
}

Properties

Properties

topicName: string

The name to give the topic.

Generated using TypeDoc