File

projects/ngx-amap/src/interfaces/marker-label.interface.ts

Index

Properties

Properties

content
content: string
Type : string
Optional
direction
direction: AMap.Marker.LabelDirection
Type : AMap.Marker.LabelDirection
Optional
offset
offset: IPixel | AMap.Pixel
Type : IPixel | AMap.Pixel
Optional
import { IPixel } from './pixel.interface';

export interface IMarkerLabel {
  content?: string;
  offset?: IPixel | AMap.Pixel;
  direction?: AMap.Marker.LabelDirection;
}

result-matching ""

    No results matching ""