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.MapPreviewOptions

Options for edit-time map preview.

Summary

Public attributes

Enable = false
bool
Enable preview of map at edit time.
Location = new LatLng(48.858370, 2.294481)
Location in the world at which to show preview.
Size = 500
int
Size of preview in meters.

Public functions

OnValidate()
void
Passed down from MapsService..

Public attributes

Enable

bool Enable = false

Enable preview of map at edit time.

Location

LatLng Location = new LatLng(48.858370, 2.294481)

Location in the world at which to show preview.

Size

int Size = 500

Size of preview in meters.

Public functions

OnValidate

void OnValidate()

Passed down from MapsService..