Hi I am using this google-maps-react API.
From the documentation, under tag, there is Style and ContainerStyle properties. Could anyone explain
- what is the difference between these two; and
- when do i use either one of it
Extract from documentation Style: Takes CSS style object - commonly width and height. Container Style: Takes CSS style object - optional, commonly when you want to change from the default of position "absolute".
As from documenatation, It's just an attribute to change the position.
Style is to change the other properties related to map.