-
Notifications
You must be signed in to change notification settings - Fork 4
Description
What Is the Feature
Google provides an option for setting the zoom level of the map to discrete (integers) of fractional (infinite) the option that can control
this is called isFractionalZoomEnabled this is an important parameter to be able to set especially if you are using vector overlays on the map.
Examples:
Allow the parameter isFractionalZoomEnabled to be set.
Why Is The Feature Needed
This is an important parameter to be able to set especially if you are using vector overlays on the map in order to keep the map aligned correctly. For instance if you are using OpenLayers for vector object display, creation, and manipulation and using @bespunky/angular-google-maps for the imagery under that if fractional zoom is not enabled then the objects and imagery will be misaligned when zooming.
Examples
For instance if you are using OpenLayers for vector object display, creation, and manipulation and using @bespunky/angular-google-maps for the imagery under that if fractional zoom is not enabled then the objects and imagery will be misaligned when zooming.
Current Alternatives
The alternative for setting this would be using @angular/google-maps although it is not as convenient.