openui5-googlemaps icon indicating copy to clipboard operation
openui5-googlemaps copied to clipboard

Openui5 Googlemaps library

Results 8 openui5-googlemaps issues
Sort by recently updated
recently updated
newest added

Hi John, i started today to play arround with your library. In my "component.js" i´ve defined the following: `var theRootPath = jQuery.sap.getModulePath("CityMap"); sap.ui.getCore().loadLibrary("openui5.googlemaps", [theRootPath,"openui5/googlemaps/"].join("/")); ` In the "index.html" i´ve defined...

When you add a Polyline to the Map it gets shown. When you remove it with Map.removePolyline(0) it gets removed from the aggregation - now empty - but stays visible...

Hi Jasper, I included your library using sap.ui.getCore().loadLibrary("openui5.googlemaps", "openui5/googlemaps/"); It is succesfull and then I got an error that it cannot find 'library-preload.js', but I can find 'library-preload.json'. Is it...

Useful function we've been using to zoom map onto a collection of markers.

hi john, we tried to include your library to our project. We added the lib files to `webapp/lib/openui5`, defined the lib in `manifest.json` descriptor and added the xml namespace to...

I am not able to set locations in a way point (start , end , stops ) in the format of coordinates ( Lattitude , longitude) .

Hi, I have displayed a Polygon successfully with draggable property enabled. Despite moving the polygon, the JSONModel doesn't update with the new coordinates. Since the data binding is fully supported...

Hello, First of all I would like to thank you for writing and sharing this library! I am working in WebIDE, using XML views and JS controllers. I have added...