﻿namespace Mapbox.Unity.Utilities
{
    using UnityEngine;

	/// <summary>
	///     Property attribute used to create custom Geocode GUI field<para/>
	///     Links to custom drawer: 
	///     <see cref="T:Mapbox.Editor.GeocodeAttributeDrawer"/>. 
	/// </summary>
	public class GeocodeAttribute : PropertyAttribute
	{

	}
}