Search found 4 matches

Go to advanced search

by Vincent
Wed Jul 23, 2014 3:05 am
Forum: Issues
Topic: How to invoke Google Service Method
Replies: 7
Views: 290
 
Jump to post

How to invoke Google Service Method

Hi, I would like to have the my location button as per google maps app in screenshot. Ive seen this in other non google app, just that im not sure if its V2 or V3. https://d2r1vs3d9006ap.cloudfront.net/s3_images/1079474/RackMultipart20140723-19787-14hde0e-Screenshot_2014-07-23-10-59-28_inline.png?14...
by Vincent
Tue Jul 22, 2014 3:33 am
Forum: Issues
Topic: How to invoke Google Service Method
Replies: 7
Views: 290
 
Jump to post

How to invoke Google Service Method

http://appery.io/app/mobile-frame?src... followed tutorial Using the Google Maps API. Added to GoogleMapJS: function initialize(){ console.log('Initializing...'); map = Apperyio("google_map").gmap; // if (!map) { setDelay(); } else { console.log('generating map'); directionsDisplay = new ...
by Vincent
Mon Jul 21, 2014 4:43 pm
Forum: Issues
Topic: How to invoke Google Service Method
Replies: 7
Views: 290
 
Jump to post

How to invoke Google Service Method

Hi, I've shifted the code to after, but a Uncaught TypeError: undefined is not a function is triggered: function initialize(){ console.log('Initializing...'); map = Apperyio("google_map").gmap; // if (!map) { setDelay(); } else { directionsDisplay = new google.maps.DirectionsRenderer(); ma...
by Vincent
Mon Jul 21, 2014 11:18 am
Forum: Issues
Topic: How to invoke Google Service Method
Replies: 7
Views: 290
 
Jump to post

How to invoke Google Service Method

i'm following the tutorial, Using the Google Maps API, and trying to invoke a public method. http://developer.android.com/referenc... I've tried to invoke in initialize, but it does not work. function initialize(){ console.log('Initializing...'); map = Apperyio("google_map").gmap; map.setM...

Go to advanced search