Type alias TLabelAllLocationCommonOptionsBase

TLabelAllLocationCommonOptionsBase: {
    createDespiteImage?: boolean;
    excludeTypes?: string[];
    locations?: MappedinLocation[];
    sortFunction?: ((a, b) => number);
    translationMap?: {
        [key in string]: string
    };
}

Type declaration

  • Optional createDespiteImage?: boolean

    Display label despite the MappedinPolygon having an image on it. Often these images represent store logos.

    Default

    false
    
  • Optional excludeTypes?: string[]

    Exclude specific location types from labeling

  • Optional locations?: MappedinLocation[]

    Locations to label - otherwise, use current venue object

  • Optional sortFunction?: ((a, b) => number)
  • Optional translationMap?: {
        [key in string]: string
    }

    Custom translation map for location states