Giter Site home page Giter Site logo

Custom styling about react-gmaps HOT 5 CLOSED

michelebertoli avatar michelebertoli commented on June 19, 2024
Custom styling

from react-gmaps.

Comments (5)

MicheleBertoli avatar MicheleBertoli commented on June 19, 2024

Hey @chiss2906,
once the map is created, you can set any options.

This simple example generates the following map:
screen shot 2015-08-25 at 18 52 40

from react-gmaps.

wmertens avatar wmertens commented on June 19, 2024

Wouldn't it be easier to provide map options to the GMap props?

from react-gmaps.

MicheleBertoli avatar MicheleBertoli commented on June 19, 2024

I would not say "easier" but we could do that.
It's all about making the Gmaps component accept all the options, like other components already do.
PRs are welcome :)

from react-gmaps.

wmertens avatar wmertens commented on June 19, 2024

Untested, would something like this work:

createMap() {
  var center = !isNan(this.props.lat) ? new google.maps.LatLng(this.props.lat, this.props.lng): undefined;
  var googleOptions = assign({
      center: center
    }, this.props);
  this.map = new google.maps.Map(this.getDOMNode(), googleOptions);
...

That way it is both handy to use and supports all Google options...

Also, wouldn't it be better to pass the map to the onMapCreated callback?

from react-gmaps.

MicheleBertoli avatar MicheleBertoli commented on June 19, 2024

@chiss2906 @wmertens here we go.
Thanks for your contributions.

from react-gmaps.

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.