summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Maps/PinType.cs
blob: a0b06fcfc38c7ba3bc50c6a2a04155daac5f3683 (plain)
1
2
3
4
5
6
7
8
9
10
namespace Xamarin.Forms.Maps
{
	public enum PinType
	{
		Generic,
		Place,
		SavedPin,
		SearchResult
	}
}