Class CmsLocationPickerWidgetValue


  • public class CmsLocationPickerWidgetValue
    extends java.lang.Object
    A value of the google map widget.

    This is the parsed value of an element of the type String using the widget GoogleMapWidget. lat:50.953412,lng:6.956534,zoom:13,width:400,height:300,mode:dynamic,type:hybrid

    Available options are:

    • lat:50.953412: the latitude
    • lng:6.956534: the longitude
    • zoom:7: initial zoom level
    • width:300: map width in pixels or %
    • height:200: map height in pixels or %
    • mode:'static': the front-end map's mode should be dynamic or static
    • type:'hybrid': the map type, which can be normal, hybrid, satellite and physical
    Since:
    7.0.5
    Version:
    $Revision: 1.1 $
    Author:
    Michael Moossen