All Projects → googlemaps → Maps Sdk For Ios Samples

googlemaps / Maps Sdk For Ios Samples

Licence: apache-2.0
Samples for the Google Maps SDK for iOS

Programming Languages

swift
15916 projects

Labels

Projects that are alternatives of or similar to Maps Sdk For Ios Samples

Thinking In Spring Boot Samples
小马哥书籍《Spring Boot 编程思想》示例工程
Stars: ✭ 1,725 (+775.63%)
Mutual labels:  samples
Tonejs Instruments
A small instrument sample library with quick-loader for tone.js
Stars: ✭ 172 (-12.69%)
Mutual labels:  samples
Vsphere Automation Sdk Rest
REST (Postman and JavaScript) samples and API reference documentation for vSphere using the VMware REST API
Stars: ✭ 182 (-7.61%)
Mutual labels:  samples
Using Zf3 Book Samples
Samples for the Using Zend Framework 3 book
Stars: ✭ 143 (-27.41%)
Mutual labels:  samples
Browser Samples
Web samples for Google Workspace APIs
Stars: ✭ 164 (-16.75%)
Mutual labels:  samples
Kotlin Samples
Stars: ✭ 173 (-12.18%)
Mutual labels:  samples
All Our Aggregates Are Wrong Demos
A microservices powered e-commerce shopping cart sample - based on SOA principles. Demos and sample for my "All our Aggregates are Wrong" talk
Stars: ✭ 130 (-34.01%)
Mutual labels:  samples
Cloud Ops Sandbox
Cloud Operations Sandbox is an open source tool that helps practitioners to learn Service Reliability Engineering practices from Google and apply them on their cloud services using Cloud Operations suite of tools.
Stars: ✭ 191 (-3.05%)
Mutual labels:  samples
Azuremapscodesamples
A set of code samples for the Azure Maps web control.
Stars: ✭ 167 (-15.23%)
Mutual labels:  samples
Java Samples
☕ Java samples for Google Workspace APIs.
Stars: ✭ 179 (-9.14%)
Mutual labels:  samples
Dotnetcore.samples
.NET Core Samples - Code it Yourself...
Stars: ✭ 147 (-25.38%)
Mutual labels:  samples
Sweetie Data
This repo contains logstash of various honeypots
Stars: ✭ 163 (-17.26%)
Mutual labels:  samples
Php Samples
PHP samples for Google Workspace APIs
Stars: ✭ 174 (-11.68%)
Mutual labels:  samples
Tone.js
A Web Audio framework for making interactive music in the browser.
Stars: ✭ 11,352 (+5662.44%)
Mutual labels:  samples
Nodejs Docs Samples
Node.js samples for Google Cloud Platform products.
Stars: ✭ 2,309 (+1072.08%)
Mutual labels:  samples
Vsphere Automation Sdk Java
Java samples, language bindings, and API reference documentation for vSphere, VMC, and NSX-T using the VMware REST API
Stars: ✭ 132 (-32.99%)
Mutual labels:  samples
Bank Of Anthos
Anthos sample application for retail banking
Stars: ✭ 173 (-12.18%)
Mutual labels:  samples
Azure Sphere Samples
Samples for Azure Sphere
Stars: ✭ 191 (-3.05%)
Mutual labels:  samples
Webpack By Sample
Learn webpack by sample, each of the samples contains a readme.md file that indicates the purpose of the sample plus an step by step guide to reproduce it.
Stars: ✭ 190 (-3.55%)
Mutual labels:  samples
Android Samples
Samples demonstrating how to use Maps SDK for Android
Stars: ✭ 2,187 (+1010.15%)
Mutual labels:  samples

GitHub contributors Apache-2.0

Google Maps SDK for iOS and Google Places API for iOS sample code

This repository contains sample code for use with the Google Maps SDK for iOS and Google Places API for iOS.

GoogleMaps

The GoogleMaps and GoogleMaps-Swift sub-directory contains the sample code that is downloaded when you run pod try GoogleMaps. To use this project:

$ cd GoogleMaps
$ pod install
$ open GoogleMapsDemos.xcworkspace

For Swift samples:

$ cd GoogleMaps-Swift
$ pod install
$ open GoogleMapsSwiftDemos.xcworkspace

You will need to add an API Key to GoogleMapsDemos/SDKDemoAPIKey.h. Please see the documentation for details on how to get an API Key.

GoogleMapsBeta

The GoogleMapsBeta and GoogleMapsBeta-Swift sub-directories contain sample code for the Maps SDK for iOS v3.10.0 BETA version of the library.

To use the Objective-C project:

$ cd GoogleMapsBeta
$ pod install
$ open GoogleMapsBeta.xcworkspace

For the Swift project:

$ cd GoogleMapsBeta-Swift
$ pod install
$ open GoogleMapsBeta-Swift.xcworkspace

GooglePlaces

The GooglePlaces and GooglePlaces-Swift sub-directory contains the sample code that is downloaded when you run pod try GooglePlaces. To use this project:

$ cd GooglePlaces
$ pod install
$ open GooglePlacesDemos.xcworkspace

For Swift samples:

$ cd GooglePlaces-Swift
$ pod install
$ open GooglePlacesSwiftDemos.xcworkspace

You will need to add an API Key to GooglePlacesDemos/SDKDemoAPIKey.h. Please see the documentation for details on how to get an API Key.

MapsAndPlacesDemo

Description

This demo application looks to bridge some of the features found in the GooglePlaces and GoogleMaps demo applications as well as utilize some of the ways the two API's can work together. Click this link to watch a video demonstration.

This project was made by Haiming Xu as an internship project from 05/2020 to 08/2020

Requirements

  • If you are emulating this from you Mac, please make sure to set the emulated phone's location (otherwise, location features will not work)
  • A Google Cloud Platform API key with Maps SDK for iOS and Places SDK for iOS enabled
  • A light and dark themed map, which can be created here (make sure you sign in first)
  • If you want a different data set, ensure that it follows the correct formatting (and is also a JSON file) like the one provided (the data set provided can be found in dataset.json)

Installation

  1. Make sure you are in the right folder (MapsAndPlacesDemo)
  2. Run pod install
  3. Open MapsAndPlacesDemo.xcworkspace
  4. Drag the data set (dataset.json) into the Xcode file explorer (left pane)

Tutorials

The tutorials sub-directory contains sample code that accompanies tutorials in the developer documentation, such as Adding a Map with a Marker, and more. Follow the tutorials for a quick guide to using the SDK.

Snippets

The snippets sub-directory contains code snippets that can be found in the developer documentation site.

Support

NOTE: We are not accepting external contributions at this time.

If you find a bug or have a feature request related to these samples, please file an issue.

If you find a bug or have a feature request related to one of the SDKs, you can file an issue on either the Google Maps SDK for iOS Issue Tracker.or the Places SDK for iOS Issue Tracker.

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.

Thanks!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].