Appearance
Documentation / @geoverse/react / GvMarkerProps
Type Alias: GvMarkerProps
ts
type GvMarkerProps = FeatureCallbacks & {
options?: MarkerOptions;
};Defined in: react/src/components/features.tsx:23
Type Declaration
options?
ts
optional options?: MarkerOptions;