\MapField

Synopsis

class MapField extends FormField {
}

Hierarchy

Extends

  • FormField

Members

private

  • $fieldAction
  • $mapData
  • $mapObject

public

  • $addressFieldPlaceholder
  • $defaults
  • $mapHeight — array
    Height of the map in the field specified as array(int min height, int max height). Can be used to match the field to the dimensions of the map of the front end.
  • $mapObjectClass — string
    The type of map object. Can be changed for eg if you're using a subclass of GoogleMap
  • $mapWidth — array
    Width of the map in the field specified as array(int min width, int max width). Can be used to match the field to the dimensions of the map of the front end.
  • $storeAddress — boolean
    Disable storing the address. This stops the map link from working

Methods

public