UNPKG

@firestitch/address

Version:
14 lines (13 loc) 290 B
export interface IFsAddressMapConfig { showMap?: boolean, center?: { latitude?: number, longitude?: number, }, zoom?: number, scrollwheel?: boolean, streetViewControl?: boolean, zoomControl?: boolean, mapTypeControlOptions?: { mapTypeIds?: any[] }, marker?: any }