Title: [Plugin: Theme Blvd Responsive Google Maps] GPS coordinates
Last modified: August 20, 2016

---

# [Plugin: Theme Blvd Responsive Google Maps] GPS coordinates

 *  [gustom](https://wordpress.org/support/users/gustom/)
 * (@gustom)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-theme-blvd-responsive-google-maps-gps-coordinates/)
 * I can’t get GPS coordinates to work as “address”. How do I do that? E.g. +50°
   25′ 48.01″, -122° 28′ 22.78″
 * Thanks
    / Anders
 * [http://wordpress.org/extend/plugins/theme-blvd-responsive-google-maps/](http://wordpress.org/extend/plugins/theme-blvd-responsive-google-maps/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Richard1234](https://wordpress.org/support/users/richard1234/)
 * (@richard1234)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-theme-blvd-responsive-google-maps-gps-coordinates/#post-2936350)
 * I’m having the same issue. My client has condos in Mexico and he gave me coordinates.
   I was able to find the place on Google maps = Los Veneros Resort Residences And
   Beach Club, mexico… but that doesn’t work with this shortcode… any help please!
   I’ve tried to be clever but I couldn’t find an address that works. If this widget
   can’t handle it then does anyone know of another Responsive Google Maps Widget?
 *  [Lingthe](https://wordpress.org/support/users/lingthe/)
 * (@lingthe)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-theme-blvd-responsive-google-maps-gps-coordinates/#post-2936392)
 * Quick fix for Theme Blvd Responsive Google Maps – GPS coordinates:
    its not universal
   but it works 🙂 This plugin uses jquery.gmap.min.js and jquery.gmap.min.js have
   markers latitude and longitude. Convert your GPS coordinates to decimal number,
   for example 16°51’46” to 16.8627778 ([http://www.earthpoint.us/Convert.aspx](http://www.earthpoint.us/Convert.aspx))
   Open themeblvd-google-maps.php and add two lines at line 97, under markers
 *     ```
       <!-- RUN gMap() -->
       	<script type="text/javascript">
       	jQuery(document).ready(function($) {
       		$("#tb_gmap_<?php echo $id; ?>").gMap({
       			maptype: "<?php echo $maptype; ?>",
       			zoom: <?php echo $zoom; ?>,
       			markers: [
       				{
       					latitude:43.2783333,
       					longitude:16.8627778,
       					address: "<?php echo $address; ?>",
       					popup: <?php echo $popup; ?>,
       					html: "<?php echo $html; ?>"
       				}
       			],
       			controls: {
       				panControl: true,
       				zoomControl: true,
       				mapTypeControl: true,
       				scaleControl: true,
       				streetViewControl: false,
       				overviewMapControl: false
       			}
       		});
       	});
       	</script>
       ```
   
 * after that just call map with [tb_google_map] shortcode.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Theme Blvd Responsive Google Maps] GPS coordinates’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/theme-blvd-responsive-google-maps.
   svg)
 * [Theme Blvd Responsive Google Maps](https://wordpress.org/plugins/theme-blvd-responsive-google-maps/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/theme-blvd-responsive-google-maps/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/theme-blvd-responsive-google-maps/)
 * [Active Topics](https://wordpress.org/support/plugin/theme-blvd-responsive-google-maps/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/theme-blvd-responsive-google-maps/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/theme-blvd-responsive-google-maps/reviews/)

## Tags

 * [GPS](https://wordpress.org/support/topic-tag/gps/)

 * 2 replies
 * 3 participants
 * Last reply from: [Lingthe](https://wordpress.org/support/users/lingthe/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-theme-blvd-responsive-google-maps-gps-coordinates/#post-2936392)
 * Status: not resolved