<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:framework:Api/etc/extension_attributes.xsd">
    <extension_attributes for="Magento\Quote\Api\Data\AddressInterface">
        <attribute code="map_latitude" type="string"/>
        <attribute code="map_longitude" type="string"/>
        <attribute code="nearest_landmark" type="string"/>
        <attribute code="formatted_address" type="string"/>
    </extension_attributes>
    <extension_attributes for="Magento\Customer\Api\Data\AddressInterface">
        <attribute code="map_latitude" type="string"/>
        <attribute code="map_longitude" type="string"/>
        <attribute code="nearest_landmark" type="string"/>
        <attribute code="formatted_address" type="string"/>
    </extension_attributes>
</config>
