forceVectorMobileCompatibility property

bool forceVectorMobileCompatibility
getter/setter pair

If true, this forces vector or raster mobile compatibility, which means that:

  • tiles: accept only srid 3857
  • vectors: accept only srid 4326

Default on flutter is true. If you have a system that allows more than this, drop me an email :-)

Implementation

bool forceVectorMobileCompatibility =
    false;