skarun
Posts: 0
Joined: Fri Sep 18, 2015 2:23 am

Google map tutorial - documentation not working

https://devcenter2.appery.io/tutorial...

Create New Service - there is no REST option as shown in the image below, (from the above documentation).
https://devcenter2.appery.io/wp-conte...

Where do I enter the URL (https://maps.googleapis.com/maps/api/...) as explained in the doc.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Google map tutorial - documentation not working

Hello,

You are right, that tutorial is outdated. Please use a new one: https://docs.appery.io/docs/appbuilde...

skarun
Posts: 0
Joined: Fri Sep 18, 2015 2:23 am

Google map tutorial - documentation not working

Is there one with jQuery.

Honestly, the new documentation is making it harder to decide on jQM, or Ionic, as I have earlier mentioned.

Anyways thanks.

Galyna Abramovych
Site Admin
Posts: 84
Joined: Tue Mar 22, 2016 6:03 pm

Google map tutorial - documentation not working

Hello,

This tutorial has been created to demonstrate how to build a Bootstrap app (as well as Ionic):

"From the Apps page, perform: Create new app Bootstrap AngularJS App (you can also use Ionic AngularJS App)" (see attached). Image

skarun
Posts: 0
Joined: Fri Sep 18, 2015 2:23 am

Google map tutorial - documentation not working

how do i proceed if i want to build that functionaliy with a JQM app.

Referring to my original question ..
Where do I enter the URL (https://maps.googleapis.com/maps/api/...) as explained in the doc.

skarun
Posts: 0
Joined: Fri Sep 18, 2015 2:23 am

Google map tutorial - documentation not working

while i wait for a solution of my problem with JQM which hopefully you can give, I am trying the bootstrap example that you have given above. I am facing the below problems.

bootstrap-a)
https://docs.appery.io/docs/appbuilde... - point 8 - while clicking "Save & rep" i get the following error. Image

it differs from the code in the above document as below. Is this a problem with the app-builder.
//GENERATED by appbuilder Mapping
/*
var myPosition_scope = $scope.myPosition;
_.set(myPosition_scope, 'lattitude', success.coords.latitude);
_.set(myPosition_scope, 'longitude', success.coords.longitude);
$scope.myPosition = myPosition_scope;
*/

// FROM the document:
var myPosition_scope = $scope["myPosition"];
myPosition_scope.latitude = success.coords.latitude;
myPosition_scope.longitude = success.coords.longitude;
$scope["myPosition"] = myPosition_scope;

bootstrap-b)
While testing the app, the map doesn't appear. Shows "NoApiKeys" in console. At this point - https://docs.appery.io/docs/appbuilde... - is it too early to test, (the documentation does say "Testing the app"). Have I done anything wrong.
Image

bootstrap-c)
At https://docs.appery.io/docs/appbuilde... .. says .. define its properties like the following: Coords=myPosition, options = myPosition.options.

The "options" doesn't appear as a property. Is it to be entered by user?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Google map tutorial - documentation not working

Hello,

Please check your JS, there is an extra symbol ")". You can get a line with that symbol by clicking on that error.

Return to “Issues”