aurelia-google-maps | highly configurable custom element for use in your Aurelia | Map library

 by   Vheissu TypeScript Version: 2.4.0 License: MIT

kandi X-RAY | aurelia-google-maps Summary

kandi X-RAY | aurelia-google-maps Summary

aurelia-google-maps is a TypeScript library typically used in Geo, Map applications. aurelia-google-maps has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

A highly configurable custom element for use in your Aurelia applications for inserting Google Maps into your application.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              aurelia-google-maps has a low active ecosystem.
              It has 47 star(s) with 38 fork(s). There are 8 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 1 open issues and 52 have been closed. On average issues are closed in 548 days. There are 4 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of aurelia-google-maps is 2.4.0

            kandi-Quality Quality

              aurelia-google-maps has 0 bugs and 0 code smells.

            kandi-Security Security

              aurelia-google-maps has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              aurelia-google-maps code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              aurelia-google-maps is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              aurelia-google-maps releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of aurelia-google-maps
            Get all kandi verified functions for this library.

            aurelia-google-maps Key Features

            No Key Features are available at this moment for aurelia-google-maps.

            aurelia-google-maps Examples and Code Snippets

            No Code Snippets are available at this moment for aurelia-google-maps.

            Community Discussions

            QUESTION

            Uncaught (in promise) No PLATFORM.Loader is defined and there is neither a System API (ES6) or a Require API (AMD) globally available to load your app
            Asked 2018-Apr-09 at 15:02

            Using Aurelia latest and webpack, running npm run watch, I get the following error in the browser and the app does not load:

            Uncaught (in promise) No PLATFORM.Loader is defined and there is neither a System API (ES6) or a Require API (AMD) globally available to load your app

            I think the PLATFORM (from aurelia-pal) is not available at run time for some reason. Below is info that I hope is sufficient to understand what's wrong.

            Here is my webpack.config.js:

            ...

            ANSWER

            Answered 2018-Apr-09 at 15:02

            You could try installing aurelia-loader as a dependency explicitly. Normally shouldn't be needed though. I personally like to have all my aurelia dependencies explicitly installed. Sure there's 20 of them, but how often do you look at package.json anyway..

            Some other potential issues I noticed:

            Pretty sure you're not supposed to have main.ts referenced in your webpack config. This is the typical entry configuration:

            Source https://stackoverflow.com/questions/49727132

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install aurelia-google-maps

            You can download it from GitHub.

            Support

            latitude: A latitude value for the maplongitude: A longitude value for the mapaddress: Provide an address that gets geocoded into latitude and longitude coordinateszoom: A zoom value, default is 8disableDefaultUi: A boolean of true or false. Default is false. (use disable-default-ui="true")markers: An array of objects with key/value pairs as described above.polygons: An array of polygon objectsoptions: A Google Maps options object specified hereauto-update-bounds: Specifies whether the bounds should automatically update when the markers/polygons given changesauto-info-window: Specifies whether to automatically popup the info window on a marker/polygon when the marker/polygon is clicked (only works when an infowindow was set on that marker/polygon)Drawing mode options see abovemap-click: Delegate a handler with map-click.delegate="callback($event)"map-overlay-complete: Delegate a handler with map-overlay-complete.delegate="callback($event)"marker-render: Delegate a handler with marker-render.delegate="callback($event)"marker-click: Delegate a handler with marker-click.delegate="callback($event)"marker-mouse-over: Delegate a handler with marker-mouse-over.delegate="callback($event)"marker-mouse-out: Delegate a handler with marker-mouse-out.delegate="callback($event)"polygon-click: Delegate a handler with polygon-click.delegate="callback($event)"polygon-render: Delegate a handler with polygon-render.delegate="callback($event)"info-window-show: Delegate a handler with info-window-show.delegate="callback($event)"info-window-close: Delegate a handler with info-window-close.delegate="callback($event)"map-loaded: A function handler that handles when the map is loaded. map-loaded.bind="handler"Drawing mode events see above
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • npm

            npm i aurelia-google-maps

          • CLONE
          • HTTPS

            https://github.com/Vheissu/aurelia-google-maps.git

          • CLI

            gh repo clone Vheissu/aurelia-google-maps

          • sshUrl

            git@github.com:Vheissu/aurelia-google-maps.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link