README.md

# GoogleApi.StreetViewPublish

Street View Publish API client library.

Publishes 360 photos to Google Maps, along with position, orientation, and connectivity metadata. Apps can offer an interface for positioning, connecting, and uploading user-generated Street View images. 

## Installation

Install this package from [Hex](https://hex.pm) by adding
`google_api_street_view_publish` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:google_api_street_view_publish, "~> 0.19"}]
end
```

## For more information

Product documentation is available at [https://developers.google.com/streetview/publish/](https://developers.google.com/streetview/publish/).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_street_view_publish](https://hexdocs.pm/google_api_street_view_publish).