Hey Anthony,
Sorry for the novice question, but how do I make the other fields not show up. I only want the address and city fields to show up, but it shows all the fields such as neighborhood, and postal. I plan to use a different geolocator than the ESRI one, but it will have a couple of other fields also. This is my current code.
<usesingleline>false</usesingleline>
<fields>
<field name="Address" alias="Street Address"/>
<field name="City" alias="City"/>
</fields>
Any help would be greatly appreciated.
Thanks!
Chris