Skip to content

Add <StreetViewGoogleMap /> component #83

Description

@DaddyWarbucks

Google supports a streetview image: https://developers.google.com/maps/documentation/streetview/overview

I am currently using this in two projects where I am hardcoding the URL, but I think this could be a nice addition to the library.

<StreetViewGoogleMap
  size="600x600"
  apiKey="***"
  location="6.4488387,3.5496361"
/>

Unlike StaticGoogleMap, I don't think this component has any children. At first, I thought this would be another child component/strategy of StaticGoogleMap but its not. This component has a different rootURL and also cannot be composed with other elements like markers, etc. It is its own "base" component I believe.

Any thoughts?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions