Google Maps Marker to bind to the center of the screen

I’m trying to an Uber type functionality where the Google Maps Market is always bound to the center of the screen and doesn’t move even when you scroll/zoom across the map. I found some ways to do it using google.maps.Map() with bindTo() method, but I want to instead use the ionic native functionality. Any suggestions to the bindTo() method from Google in Native Ionic?

Could you include something (screenshot, animation) that shows what you are trying to achieve?
Also, what exactly of Ionic Native are you referring to (link)?

I found a solution already here:

http://jsfiddle.net/5047gmtt/4/

1 Like