#ifndef MBGL_STYLE_PROPERTY_TRANSITION #define MBGL_STYLE_PROPERTY_TRANSITION #include #include #include namespace mbgl { class PropertyTransition { public: mapbox::util::optional duration; mapbox::util::optional delay; }; } #endif