GPS MAP Widget Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
This plugin implements a widget with a static google map which shows the GPS coordinates if those are available in the featured image.
Besides the widget it also adds two shortcodes:
EXIF_locationmap:
- width: width of the mapimage in px. default 300px
- height: height of the mapimage in px. default 200px;
- zoom: googlemaps zoomlevel. Default 11
- Errors: Show error messages when no exif is available or when there’s no featured image. Default is false for the shortcode
Example:
[EXIF_locationmap width=750 height=300 zoom=11 errors=false]
EXIF_location:
- part: ‘latitude’, ‘longitude’ or ‘both’
- form: ‘dec’ or ‘dms’ (decimal or Degree minute seconds. Decimal is default);
example:
[EXIF_location part=both]
will return 52.22935055,6.8737411
[EXIF_location part=both form=dms]
will return 52°21'13"N , 6°26'7"N