#ifndef MBGL_STYLE_PROPERTY_VALUE #define MBGL_STYLE_PROPERTY_VALUE #include #include #include namespace mbgl { typedef util::variant< std::string, TranslateAnchorType, RotateAnchorType, Function, Function, Function > PropertyValue; } #endif