https://github.com/googlemaps-samples/codelab-locator-full-stack-maps-js
https://github.com/googlemaps-samples/codelab-locator-full-stack-maps-js
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/googlemaps-samples/codelab-locator-full-stack-maps-js
- Owner: googlemaps-samples
- License: apache-2.0
- Created: 2020-09-28T23:46:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T05:41:56.000Z (over 1 year ago)
- Last Synced: 2025-03-24T11:45:38.273Z (11 months ago)
- Language: TypeScript
- Size: 108 KB
- Stars: 5
- Watchers: 9
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Full Stack Store Locator
These are the resource files needed for the [Build a full stack store locator](https://codelabs.developers.google.com/codelabs/full-stack-store-locator/)
codelab from Google.
## Introduction for the [Build a full stack store locator](https://codelabs.developers.google.com/codelabs/full-stack-store-locator/) codelab
Imagine you have many places to put on a map and you want users to be able to see where these places are and identify which place they want to visit. Common examples of this include:
* a store locator on a retailer's website
* a map of polling locations for an upcoming election
* a directory of specialty locations such as battery recycling receptacles
In this codelab, you will create a locator that draws from a live data feed of specialized locations and helps the user find the location nearest their starting point. This full-stack locator can handle much larger numbers of places than the [simple store locator](https://github.com/googlecodelabs/google-maps-simple-store-locator), which is limited to 25 or fewer store locations.
## Issues?
If you find a mistake, please [file an issue](https://github.com/googlecodelabs/full-stack-store-locator/issues). Thanks!