On this page

Interface PlacemarkProperties

interface PlacemarkProperties {
    address?: string;
    coordTimes?: (string | null)[] | (string | null)[][];
    description?: string;
    fill?: string;
    "fill-opacity"?: number;
    icon?: string;
    name?: string;
    stroke?: string;
    "stroke-opacity"?: number;
    "stroke-width"?: number;
    styleHash?: string;
    styleMapHash?: Record<string, string | null>;
    styleUrl?: string;
    timespan?: { begin: string; end: string };
    timestamp?: string;
    visibility?: string;
}
Index

Properties

address?: string
coordTimes?: (string | null)[] | (string | null)[][]
description?: string
fill?: string
"fill-opacity"?: number
icon?: string
name?: string
stroke?: string
"stroke-opacity"?: number
"stroke-width"?: number
styleHash?: string
styleMapHash?: Record<string, string | null>
styleUrl?: string
timespan?: { begin: string; end: string }
timestamp?: string
visibility?: string
Was this helpful?
SDK JS
Reference
PlacemarkProperties