namespace HutongGames.PlayMaker.Actions
{
    public static class OnlineMapsCategories
    {
        public const string GENERAL = "Online Maps";
        public const string DRAWING = GENERAL + " - Drawing";
        public const string GOOGLE = GENERAL + " - Google API";
        public const string LOCATION = GENERAL + " - Location Service";
        public const string MARKERS = GENERAL + " - Markers";
        public const string UTILS = GENERAL + " - Utils";
    }
}