# new-project **Repository Path**: mirrors_googlemaps/new-project ## Basic Information - **Project Name**: new-project - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # New Project Template This repository contains a template that can be used to seed a repository for a new Google Maps open source project. See [go/releasing](http://go/releasing) (available externally at https://opensource.google/docs/releasing/) for more information about releasing a new Google open source project. This template uses the Apache license, as is Google's default. See the documentation for instructions on using alternate license. ## How to use this template 1. Check it out from GitHub. 2. Create a new local repository and copy the files from this repo into it. 3. Modify README.md and docs/CONTRIBUTING.md to represent your project, not the template project. * Use the README.md template below 4. Develop your new project! ### README.md template # _Project Name goes here_ ## Description _Project description goes here_ ## Intended Usage of this Library _Briefly explain the intended usage of this library. If this library may be confused with another one, add a link to that other library._ ## Requirements _List any requirements the user needs before they can use this library._ ## Installation _Describe the way/s this library can be installed._ ## Example Usage (optional) _Provide code snippet/s on how this library can be used._ ## Support Encounter an issue while using this library? If you find a bug or have a feature request, please [file an issue](link here). Or, if you'd like to contribute, please read our [contributing guide](link here) and our [code of conduct](link here). You can also discover additional support services for the Google Maps Platform, including developer communities, technical guidance, and expert support at the Google Maps Platform [support resources page](https://developers.google.com/maps/support/). If your bug or feature request is not related to this particular library, please visit the Google Maps Platform [issue trackers](https://developers.google.com/maps/support/#issue_tracker). ## Source Code Headers Every file containing source code must include copyright and license information. This includes any JS/CSS files that you might be serving out to browsers. (This is to help well-intentioned people avoid accidental copying that doesn't comply with the license.) ### Apache header: Copyright 2019 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.