You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MapConst.js 191B

12345678910
  1. export const libraries = ['places'];
  2. export const mapContainerStyle = {
  3. width: '100%',
  4. height: '100%',
  5. };
  6. export const center = {
  7. lat: 43.30920996410931,
  8. lng: 21.911334213495593,
  9. };