Limit posts from Instagram API on a Google Map based on radius in current window
问题 So I have the code below which is the front end on a node.js app which pulls Instagram posts with a certain hashtag. Right now it posts all over the world. Is there a way to limit the radius on the posts and if possible, limit to the window that is currently visible to the user? I'm using the Instagram Real Time tag subscription. function initialize() { var styles = [{ "featureType": "landscape", "stylers": [{ "color": "#808080" }, { "visibility": "simplified" }] }, { "featureType":