namespace Mapbox.Unity.Utilities { using UnityEngine; /// /// Property attribute used to create custom Geocode GUI field /// Links to custom drawer: /// . /// public class GeocodeAttribute : PropertyAttribute { } }