Skip to content

Instantly share code, notes, and snippets.

@wpscholar
Created September 23, 2014 12:39
Show Gist options
  • Save wpscholar/6b2cc0f408b196869cb9 to your computer and use it in GitHub Desktop.
Save wpscholar/6b2cc0f408b196869cb9 to your computer and use it in GitHub Desktop.
Example of how to access the Google map and mapBounds variables in Stellar Places
var map = jQuery('.stellar-places-map-canvas').data('map');
var mapBounds = jQuery('.stellar-places-map-canvas').data('mapBounds');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment