<?xml version="1.0" encoding="UTF-8"?>
<wodefinitions>
	<wo class="GMapsAddressesDrawer" wocomponentcontent="true">
		<binding name="mapID"/>
		<validation message="'mapID' is a required binding.">
			<unbound name="mapID"/>
		</validation>
		<validation message="'style' is a required binding.">
			<unbound name="style"/>
		</validation>
		<validation message="You cannot bound 'stateCode' without 'idCountry'">
			<and>
				<bound name="stateCode"/>
				<unbound name="idCountry"/>
			</and>
		</validation>
		<validation message="You cannot bound 'stateCode' or bound 'idCountry' and 'addresses'">
			<and>
				<bound name="stateCode"/>
				<bound name="idCountry"/>
				<bound name="addresses"/>
			</and>
		</validation>
		<binding name="idCountry"/>
		<binding name="style"/>
		<binding name="stateCode"/>
		<binding name="addresses"/>
		<binding name="markerIconURL"/>
		<binding name="maxZoomLevel"/>
	<binding name="foundAddresses"/>
        <validation message="'listOfAddresses' must be bound to a settable value">
            <unsettable name="foundAddresses"/>
        </validation>
    <binding name="latLngPoints"/>
    </wo>
</wodefinitions>
