Git Product home page Git Product logo

Comments (3)

sbeckeriv avatar sbeckeriv commented on May 23, 2024

Sorry for the wonky formatting. This something I do. I think you can also use props.google.maps

  onMapMoved: function(props, map) {    
			var bounds = map.getBounds();
			var that=this;
			if (bounds) {
					var sw = bounds.getSouthWest();
					var ne = bounds.getNorthEast();

					var url = '/location?sw_lat=' + sw.lat() + "&sw_long=" + sw.lng() + '&ne_lat=' + ne.lat() + "&ne_long=" + ne.lng();
                      }

}

from google-maps-react.

wiredots01 avatar wiredots01 commented on May 23, 2024

i have problem also on how to set map bounds.

from google-maps-react.

tfmcunha avatar tfmcunha commented on May 23, 2024

The solution above is no good since there's no getBounds() available ...

is it possible to get the coordinates of the bounds of the displayed map??

from google-maps-react.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.