UNPKG

@nativescript-community/ui-carto

Version:
16 lines (15 loc) 404 B
import { MapPos } from '../core'; import { GroupBase } from './group.common'; export declare class Group extends GroupBase { getNativePos(pos: MapPos): any; get position(): MapPos; set position(pos: MapPos); get visible(): boolean; set visible(value: boolean); get metaData(): { [k: string]: string; }; set metaData(value: { [k: string]: string; }); }