Type Alias Feature<T>

Feature: FeatureType<T> & {
    address?: string;
    bbox: BBox;
    center: Position;
    id: string;
    matching_text?: string;
    place_name: string;
    place_type: string[];
    place_type_name: string[];
    text: string;
}

Type Parameters

  • T extends Geometry = Geometry

Was this helpful?

SDK JS
Modules
Reference
types
Feature