@cercalia/sdk
    Preparing search index...

    Interface StaticMapOptions

    interface StaticMapOptions {
        center?: Coordinate;
        cityName?: string;
        coordinateSystem?: string;
        countryCode?: string;
        extent?: StaticMapExtent;
        height?: number;
        labelOp?: 0 | 1;
        markers?: StaticMapMarker[];
        returnImage?: boolean;
        shapes?: StaticMapShape[];
        width?: number;
    }
    Index

    Properties

    center?: Coordinate
    cityName?: string
    coordinateSystem?: string
    countryCode?: string
    height?: number
    labelOp?: 0 | 1
    markers?: StaticMapMarker[]
    returnImage?: boolean
    shapes?: StaticMapShape[]
    width?: number