Skip to content

Location Field Google Maps

Matth_eu edited this page Sep 7, 2014 · 6 revisions

Google Map location field

Note When using this field you must comply with the terms of the google maps api licence.

Args

Required Args

  • id (string) (required)
  • name (string) (required) Field display name. Used as field label.
  • type 'text' (string) (required)

Optional Generic Args

See Optional Generic Args

Example Usage

array(
	'id'   => 'example-field-gmap',
	'name' => 'Location - using google maps.',
	'type' => 'gmap',
),