Showing posts with label sass. Show all posts
Showing posts with label sass. Show all posts

Wednesday, October 26, 2016

[IONIC] Using Google Maps on Ionic App - Adding Fixed Center Marker

Now that we have created an ionic app with Google Map, let's add some feature to it. Google Maps API itself supports dropping markers in the map, but there is no way make it fixed to the center like the Uber app(see image below). In this post, I'll write about how to add a fixed center marker. 


Saturday, October 22, 2016

[IONIC] Using Google Maps in Ionic App

In upcoming multi-series part, I'll write about how to create an ionic app with google maps. In this 1st part, I'll write about the basic of getting Google Map into app ionic app.