Google.Maps.Loading.MixedZoom

Extra parameters for a MapLoader to load the map at lower zoom levels further from the camera.

Summary

Inheritance

Inherits from: MonoBehaviour

Public attributes

FalloffDistance = 300
float
The distance beyond ForegroundDistance that is loaded one zoom level lower than the level set by MapLoader.Zoom. After that, the distance between zoom levels doubles each time.
ForegroundDistance = 600
float
Parts of the map within this many world space units of the camera position will be loaded at the zoom level set by MapLoader.Zoom.

Public attributes

FalloffDistance

float FalloffDistance = 300

The distance beyond ForegroundDistance that is loaded one zoom level lower than the level set by MapLoader.Zoom. After that, the distance between zoom levels doubles each time.

ForegroundDistance

float ForegroundDistance = 600

Parts of the map within this many world space units of the camera position will be loaded at the zoom level set by MapLoader.Zoom.