Raw.GeoPointAddress

Raw.GeoPointAddress

geoPointAddress#de4c5d93 flags:# country_iso2:string state:flags.0?string city:flags.1?string street:flags.2?string = GeoPointAddress;
export namespace Raw {
  export class GeoPointAddress {
    constructor(params: { countryIso2: string; state?: string; city?: string; street?: string }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xde4c5d93

Property