Skip to content

Problem with chinese (cn) #708

Closed
@francescovenica

Description

@francescovenica

When I try to render a map on cn I get some connection error...this is the component:

              <GoogleMapReact
                bootstrapURLKeys={{
                  key: options.key,
                  language: 'cn',
                  region: 'cn',
                  libraries: 'places',
                }}
                options={{
                  streetViewControl: true,
                  styles
                }}
                yesIWantToUseGoogleMapApiInternals={true}
                defaultCenter={center}
                defaultZoom={zoom}
              >

I can see that all the request are to maps.cn but not these 2 AuthenticationService.Authenticate and QuotaService.RecordEvent that are still to google.com...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions