NOTICE: Google Maps Platform gaming services is deprecated as of October 18, 2021. Current users will have continued access until December 31, 2022. During this time, we will continue to provide support and fixes to major bugs and outages. See the Gaming Services Transition Guide for resources to help you plan the next steps for your projects.

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.