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