Skip to content

Instantly share code, notes, and snippets.

View synga's full-sized avatar
🏠
Working from home

Gabriel Barreto synga

🏠
Working from home
View GitHub Profile
@synga
synga / maps.ts
Last active June 2, 2017 19:08
My maps on ionic 2
/*
TODO:
O CONTEUDO DAS CHAMADAS DO GEOQUERY, AS FUNÇÕES, DEVEM ESTAR DENTRO DO METODO DE RETORNO DELE OU NÃO FUNCIONAM, ELES NÃO ENXERGAM NADA FORA DO ESCOPO DO PROPRIO GEOQUERY
*/
import { Component } from '@angular/core';
import { NavController, IonicPage, LoadingController } from 'ionic-angular';
import { GoogleMaps, GoogleMap, GoogleMapsEvent, LatLng, CameraPosition, MarkerOptions, Marker } from '@ionic-native/google-maps';
import { Geolocation } from '@ionic-native/geolocation';
import * as firebase from 'firebase';