GitXplorerGitXplorer
R

Building-with-Google-Maps-API

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
b695ba0332ace3817455024dddd14a3fab851b0f

fix remove api key

RRafaelDavisH committed 5 years ago
Unverified
de2436e34390d7b61303bfe340def253bea6fe1c

remove api key

RRafaelDavisH committed 5 years ago
Unverified
18107e5d9a5210b557a1a64f0ab1a7431cef5abb

update master with part4

RRafaelDavisH committed 5 years ago
Unverified
86f0906865050d1ba92932f72c0e453eac71fb29

add: part 4 repo link

RRafaelDavisH committed 5 years ago
Unverified
d6262aeb828182c135beef22be248c1fc8714c60

add part4 apiwithgithub

RRafaelDavisH committed 5 years ago
Unverified
a953236f9defff2deb1b15a3c83a6c877d8002a6

add part3 Repo link README

RRafaelDavisH committed 5 years ago

README

The README file for this repository.

Beginners Series

Build with Google Maps API

Beginners Series on Building with Google Maps API. Starting with a simple load of Google Map using latitude and longitude to center the map, and the API Key. The series will consist of several videos taking a simple map with a marker for one restaurant to dark mode map with multiple restaurant locations served through a Contentful API, a sidebar listing all restaurants by name, including a dynamic search input on top, and each marker when click would display a modal with the restaurant's address, photos, other important information. Each restaurants information will be served with Foursquare Places API and/or Google Places API.

Series:

Part 1 : Loading a simple Google Map with latitude, longitude and the API Key.

Part 2 : Adding multiple markers locations and adding dark mode styles to the map.

part 3 : Adding DROP and BOUNCE animations to the markers, create an info window with the InfoWindow() constructor, and display the restaurant title.

part 4 : Using apiwithgithub.com to create and fetch the locations API to load markers with their title, location, and content to the map.