8 class UpdateParameters;
The distance on each side between a rectangle and a rectangle within.
static bool hasSource(const UpdateParameters &, const std::string &id)
Returns whether a source with the given ID exists from a given UpdateParamters object.
static CameraOptions getCameraOptions(const UpdateParameters &, const EdgeInsets &={})
Obtains a CameraOptions out of a given UpdateParameters object.
static ScreenCoordinate pixelForLatLng(const UpdateParameters &, const LatLng &)
Obtains the geographical coordinate out of a given screen coordinate.
static bool hasImage(const UpdateParameters &, const std::string &id)
Returns whether an image with the given ID exists from a given UpdateParamters object.
static bool hasLayer(const UpdateParameters &, const std::string &id)
Returns whether a layer with the given ID exists from a given UpdateParamters object.
static LatLng latLngForPixel(const UpdateParameters &, const ScreenCoordinate &)
Obtains the screen coordinate out of a given geographical coordinate.
std::unique_ptr< Expression > string(std::unique_ptr< Expression >, std::unique_ptr< Expression > def=nullptr)
mapbox::geometry::point< double > ScreenCoordinate