Search found 19 matches

Go to advanced search

by Dan Cuddeford
Wed Aug 27, 2014 3:03 am
Forum: Issues
Topic: What am I doing wrong with Google Map Markers?
Replies: 20
Views: 3838
 
Jump to post

What am I doing wrong with Google Map Markers?

Would you like me to provide a public link still? Shall I enable the code that renders with custom options?

by Dan Cuddeford
Wed Aug 27, 2014 2:50 am
Forum: Issues
Topic: What am I doing wrong with Google Map Markers?
Replies: 20
Views: 3838
 
Jump to post

What am I doing wrong with Google Map Markers?

I apologize for not giving you a clear answer earlier. Yes - you code does work and I can place markers all over the place. The same is true is I initialize the map variable as var map = Appery('map'); I cannot however use any map options. Whenever I try to set any map options, I can no longer place...
by Dan Cuddeford
Tue Aug 26, 2014 9:38 pm
Forum: Issues
Topic: What am I doing wrong with Google Map Markers?
Replies: 20
Views: 3838
 
Jump to post

What am I doing wrong with Google Map Markers?

I placed it here but still markers do not come up var mapOptions = { center: new google.maps.LatLng(localStorage.getItem("lat"), localStorage.getItem("lng")), zoom: 16, streetViewControl: false, panControl: false, mapTypeId: google.maps.MapTypeId.ROADMAP }; var map = new google.m...
by Dan Cuddeford
Tue Aug 26, 2014 8:33 pm
Forum: Issues
Topic: How to invoke a service in JS?
Replies: 22
Views: 6008
 
Jump to post

How to invoke a service in JS?

Hi sorry I tested again and servicename.execute(); works as expected

by Dan Cuddeford
Tue Aug 26, 2014 7:55 pm
Forum: Issues
Topic: What am I doing wrong with Google Map Markers?
Replies: 20
Views: 3838
 
Jump to post

What am I doing wrong with Google Map Markers?

Hi Katya, where shall I add this var mapOptions = { center: new google.maps.LatLng(localStorage.getItem("lat"), localStorage.getItem("lng")), zoom: 16, streetViewControl: false, panControl: false, mapTypeId: google.maps.MapTypeId.ROADMAP }; var map = new google.maps.Map(Appery(&q...
by Dan Cuddeford
Tue Aug 26, 2014 6:20 pm
Forum: Issues
Topic: How to invoke a service in JS?
Replies: 22
Views: 6008
 
Jump to post

How to invoke a service in JS?

Did this work? The docs
http://devcenter.appery.io/documentat...
note to use
serviceInstanceName.execute({});
but the service does not invoke when I call it via JS. If I invoke directly from a button it runs fine.

by Dan Cuddeford
Tue Aug 26, 2014 4:46 pm
Forum: Issues
Topic: What am I doing wrong with Google Map Markers?
Replies: 20
Views: 3838
 
Jump to post

What am I doing wrong with Google Map Markers?

I've been playing around with this but I still cannot make any marker drop work when I setup a map with options

by Dan Cuddeford
Tue Aug 26, 2014 5:21 am
Forum: Issues
Topic: What am I doing wrong with Google Map Markers?
Replies: 20
Views: 3838
 
Jump to post

What am I doing wrong with Google Map Markers?

I placed in a single event and it still did not work. It is only when I remove the map options of var mapOptions = { center: new google.maps.LatLng(localStorage.getItem("lat"), localStorage.getItem("lng")), zoom: 16, streetViewControl: false, panControl: false, mapTypeId: google....
by Dan Cuddeford
Tue Aug 26, 2014 5:04 am
Forum: Issues
Topic: What am I doing wrong with Google Map Markers?
Replies: 20
Views: 3838
 
Jump to post

What am I doing wrong with Google Map Markers?

Sure thing thanks. My map is called 'map' so I added this to my geolocation service success code var mapOptions = { center: new google.maps.LatLng(localStorage.getItem("lat"), localStorage.getItem("lng")), zoom: 16, streetViewControl: false, panControl: false, mapTypeId: google.m...
by Dan Cuddeford
Tue Aug 26, 2014 3:46 am
Forum: Issues
Topic: What am I doing wrong with Google Map Markers?
Replies: 20
Views: 3838
 
Jump to post

What am I doing wrong with Google Map Markers?

Hey all, I cannot get my map to display a marker if I have set map options :( var mapOptions = { center: new google.maps.LatLng(localStorage.getItem("lat"), localStorage.getItem("lng")), zoom: 16, streetViewControl: false, panControl: false, mapTypeId: google.maps.MapTypeId.ROADM...

Go to advanced search