>
Download This Plugin | |
Download Elegant Themes | |
Name | Simple Fields Map extension |
Version | 1.3.4 |
Author | Earth People |
Rating | 100 |
Last updated | 2013-12-18 10:47:00 |
Downloads |
2908
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Simple Fields Map extension plugin added 12 bytes of resources to the Home page and 16 bytes of resources to the sample Post page.
Simple Fields Map extension plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Simple Fields Map extension plugin ads no tables to your Wordpress blog database.Adds a new field type to Simple Fields that let you choose a location.
The coordinates (lat/lng) of that location is saved and easily retrieved in for example your theme.
Happy geocoding!
Slug for this field extension is "googlemaps".
Full example using register field group:
<?php
// Add a field group with a Google Map-field
simple_fields_register_field_group('sf_map_test_field_fg',
array(
'name' => 'My map',
'slug' => "mu_map"
'repeatable' => 1,
'fields' => array(
array(
"type" => "googlemaps",
"slug" => "sf_map",
"name" => "Test map",
"options" => array(
"defaultZoomLevel" => 10,
"defaultMapTypeId" => "HYBRID", // ROADMAP | SATELLITE | HYBRID | TERRAIN
"defaultLocationLat" => 40.71435,
"defaultLocationLng" => -74.00597,
"defaultZoomLevel" => 10
)
)
)
)
);
?>
This plugin is available in the following languages: