UNPKG

@firestitch/address

Version:
16 lines (15 loc) 330 B
export interface IFsAddressMapConfig { showMap?: boolean; center?: { latitude?: number; longitude?: number; }; zoom?: number; scrollwheel?: boolean; streetViewControl?: boolean; zoomControl?: boolean; mapTypeControlOptions?: { mapTypeIds?: any[]; }; marker?: any; }