All Projects → jasper07 → openui5-googlemaps

jasper07 / openui5-googlemaps

Licence: MIT License
Openui5 Googlemaps library

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to openui5-googlemaps

Dual-color-Polyline-Animation
This library will help to show the polyline in dual color similar as Uber.
Stars: ✭ 73 (+25.86%)
Mutual labels:  google-maps, markers
openui5-tour
OpenUI5 Tour enables an user-friendly way to showcase products and features in your website.
Stars: ✭ 21 (-63.79%)
Mutual labels:  openui5, sapui5
Hrcarmarkeranimation
This android library is helpful for google map marker animation with Smooth turn and movement.
Stars: ✭ 52 (-10.34%)
Mutual labels:  google-maps, markers
UI5-Best-Practice
living document on UI5 best practices
Stars: ✭ 52 (-10.34%)
Mutual labels:  openui5, sapui5
openui5-validator
A library to validate OpenUI5 fields
Stars: ✭ 17 (-70.69%)
Mutual labels:  openui5, sapui5
Maplace.js
A Google Maps Javascript plugin for jQuery.
Stars: ✭ 1,021 (+1660.34%)
Mutual labels:  google-maps, markers
Marker Animate Unobtrusive
Google Maps markers become animated, unobtrusively
Stars: ✭ 203 (+250%)
Mutual labels:  google-maps, markers
ui5ts
This repo is no longer maintained. For a newer version supporting a more recent version of UI5, see neoprincie's fork:
Stars: ✭ 36 (-37.93%)
Mutual labels:  openui5, sapui5
js-markerclusterer
Create and manage clusters for large amounts of markers
Stars: ✭ 92 (+58.62%)
Mutual labels:  google-maps, markers
sapui5-cli
Simple CLI to scaffold SAPUI5 / OpenUI5 projects.
Stars: ✭ 17 (-70.69%)
Mutual labels:  openui5, sapui5
wdi5
cross-platform test framework for UI5 web-apps. wdi5 = Webdriver.IO + UI5 Test API
Stars: ✭ 45 (-22.41%)
Mutual labels:  openui5, sapui5
tern-openui5
🛠 Autocomplete for the OpenUI5 framework for your favorite code editor, powered by Tern.
Stars: ✭ 26 (-55.17%)
Mutual labels:  openui5, sapui5
Arcarmovement
This is navigation example on google map. Here Marker move as vehicles moves with turns as uber does in their app. Using old and new coordinates animating bearing value the markers are moving.
Stars: ✭ 137 (+136.21%)
Mutual labels:  google-maps, markers
ui5-cap-event-app
Showcase of SAP Cloud Application Programming Model and OData V4 with draft mode in a freestyle SAPUI5 app and an SAP Fiori elements app.
Stars: ✭ 70 (+20.69%)
Mutual labels:  openui5, sapui5
ui5-schemas
🚀 UI5 Schemas allows you to develop SAPUI5/OpenUI5 XML at a maximum convenience. It downloads, upgrades and sets up SAPUI5/OpenUI5 XML schemas for a better development experience in your favorite IDE (if it is WebStorm ;).
Stars: ✭ 50 (-13.79%)
Mutual labels:  openui5, sapui5
ui5-service-worker-sample
ui5-service-worker-sample demonstrates how the Service Worker API, available in modern web browsers, could be used in a UI5 app to realize different caching strategies.
Stars: ✭ 16 (-72.41%)
Mutual labels:  openui5, sapui5
Xamarin.Forms.GoogleMaps.Clustering
A map library that brings support for clustering for Xamarin.Forms.GoogleMaps.
Stars: ✭ 23 (-60.34%)
Mutual labels:  google-maps
vue2-leaflet-rotatedmarker
rotated marker plugin extension for vue2-leaflet package
Stars: ✭ 17 (-70.69%)
Mutual labels:  markers
get phylomarkers
A pipeline to select optimal markers for microbial phylogenomics and species tree estimation using coalescent and concatenation approaches
Stars: ✭ 34 (-41.38%)
Mutual labels:  markers
google-streetview-images
Pull google streetview panoramic images along a route.
Stars: ✭ 45 (-22.41%)
Mutual labels:  google-maps

OpenUI5 Google Maps

travis build coverage MIT Licence PRs Welcome

===================

A set of modules for OpenUI5 that adds support for using Google Maps.

Supported mapping functionality:

  • Map display
  • Markers and marker clusters
  • Directions (including waypoints)
  • Drawing polygons and polylines

Data binding is fully supported.

Author

John Patterson https://github.com/jasper07

License

MIT

Demos

Examples are in the samples directory and cover all of the core functionality.

See https://jasper07.github.io/openui5-googlemaps/ for online demos.

Contributing

In order to contribute, you'll need to install node.js and npm, its package manager. Once you've done that, you can install the build time dependencies (gulp, etc).

npm install

Once you've changed the source (in src), you can build the runtime version

gulp

This regenerates the assets in openui5/openui5-googlemaps.

Create a topic branch for your changes and once they're ready to be merged upstream, submit a pull request for review.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].