Home > @magiclane/maps-sdk > AddressInfo > fromJson
AddressInfo.fromJson() method
Deserializes a JSON-compatible object to create an instance.
Used internally, not intended for direct use by consumers. The expected list structure may change without notice.
Signature:
static fromJson(json: Record<string, any>): AddressInfo;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
json |
Record<string, any> |
Returns: