<Alloy>
	<View class="Container">
		<View class="NearbyContainer">
			<Label class="Caption" text="Ti.Locale.getString('FrameworkTextExpNearbyCentroid')"/>
			<View id="CentroidContainer" onClick="openLocationPicker">
				<Label id="Centroid"/>
			</View>
			<Label class="Caption" text="Ti.Locale.getString('FrameworkTextExpNearbyDistance')"/>
			<TextField id="Distance" onReturn="closeKeyboard" hintText="Ti.Locale.getString('FrameworkSearchFormElementNearbyDistanceMeter')"/>
		</View>
		<Require src="Framework/FieldClearButton" id="ClearButton"/>
	</View>
</Alloy>
