Give to our Trees for Tomorrow campaign April 19-May 2!

Your donation will help us establish a more climate-resilient tree canopy across the UC Davis campus and provide support for the student environmental leaders central to the work. Learn more and give today!

RenderElements offered by geolocation

This is a prefix
            '#type' => 'geolocation_map',
            '#prefix' => $this->t('This is a prefix'),
            '#suffix' => $this->t('This is a suffix'),
            '#centre' => [
              'lng' => 42,
              'lat' => 34,
            ],
          
This is a suffix

I am the title

I am the content
            '#type' => 'geolocation_map',
            'location_1' => [
              '#theme' => 'geolocation_map_location',
              '#coordinates' => [
                'lat' => 13,
                'lng' => 32,
              ],
            ],
            'location_2' => [
              '#theme' => 'geolocation_map_location',
              '#title' => 'I am the title',
              'content' => ['#markup' => 'I am the content'],
              '#coordinates' => [
                'lat' => -11,
                'lng' => -12,
              ],
            ],
          
            '#type' => 'geolocation_map',
            '#centre' => [
              'lat' => 40.6700,
              'lng' => -73.9400,
            ],
            '#settings' => [
              'style' => '[{"elementType":"labels","stylers":[{"visibility":"off"},{"color":"#f49f53"}]},{"featureType":"landscape","stylers":[{"color":"#f9ddc5"},{"lightness":-7}]},{"featureType":"road","stylers":[{"color":"#813033"},{"lightness":43}]},{"featureType":"poi.business","stylers":[{"color":"#645c20"},{"lightness":38}]},{"featureType":"water","stylers":[{"color":"#1994bf"},{"saturation":-69},{"gamma":0.99},{"lightness":43}]},{"featureType":"road.local","elementType":"geometry.fill","stylers":[{"color":"#f19f53"},{"weight":1.3},{"visibility":"on"},{"lightness":16}]},{"featureType":"poi.business"},{"featureType":"poi.park","stylers":[{"color":"#645c20"},{"lightness":39}]},{"featureType":"poi.school","stylers":[{"color":"#a95521"},{"lightness":35}]},{},{"featureType":"poi.medical","elementType":"geometry.fill","stylers":[{"color":"#813033"},{"lightness":38},{"visibility":"off"}]},{},{},{},{},{},{},{},{},{},{},{},{"elementType":"labels"},{"featureType":"poi.sports_complex","stylers":[{"color":"#9e5916"},{"lightness":32}]},{},{"featureType":"poi.government","stylers":[{"color":"#9e5916"},{"lightness":46}]},{"featureType":"transit.station","stylers":[{"visibility":"off"}]},{"featureType":"transit.line","stylers":[{"color":"#813033"},{"lightness":22}]},{"featureType":"transit","stylers":[{"lightness":38}]},{"featureType":"road.local","elementType":"geometry.stroke","stylers":[{"color":"#f19f53"},{"lightness":-10}]},{},{},{}]',
            ],