File

projects/maplander/components/src/lib/utils/models/marker.ts

Index

Properties

Properties

hover
hover: boolean
Type : boolean
info
info: PropertyCardInfo
Type : PropertyCardInfo
isFavorite
isFavorite: boolean
Type : boolean
Optional
location
location: GeoPt
Type : GeoPt
repeat
repeat: boolean
Type : boolean
showPolygon
showPolygon: boolean
Type : boolean
Optional
type
type: PropertyTypeItem
Type : PropertyTypeItem
visited
visited: boolean
Type : boolean
import {PropertyTypeItem} from '../models/property-type-item';
import {PropertyCardInfo} from './property-card-info';
import {GeoPt} from '@maplander/types';

export interface Marker {
  location: GeoPt;
  hover: boolean;
  visited: boolean;
  repeat: boolean;
  type: PropertyTypeItem;
  info: PropertyCardInfo;
  isFavorite?: boolean;
  showPolygon?: boolean;
}

result-matching ""

    No results matching ""