Code Monkey home page Code Monkey logo

Comments (6)

thor-schueler avatar thor-schueler commented on August 10, 2024 1

from angular-maps.

thor-schueler avatar thor-schueler commented on August 10, 2024 1

ILatLong is an interface type defined in angular-maps. You will have to import it before using it. Put

import { ILatLong } from 'angular-maps';

into your imports in the file where you want to use the interface.

from angular-maps.

thor-schueler avatar thor-schueler commented on August 10, 2024 1

@MihaelFeldman it looks like you are having some basic issues with angular as opposed to the maps components. It appears that you are not importing the appropriate components in your module. Please use one of the samples in https://github.com/infusion-code/angular-maps/wiki/Samples as a go by. These are working implementation on plunker.

Alternatively, you can create a plunker that illustrates your problem and I will take a look at it.

from angular-maps.

MrGoogol avatar MrGoogol commented on August 10, 2024

Maps are starting to show up. Plunker code samples helped yet I am not seeing how variable ILatLong was defined; wasn't it supposed to be coming from import of one of the libraries? (New to Angular - thankyou for helping)

There is a new error where ILatLong is not defined.
_markers: Array<ILatLong> = new Array<ILatLong>();

ERROR in src/app/bing-map/bing-map.component.ts(38,22): error TS2304: Cannot find name 'ILatLong'.

from angular-maps.

thor-schueler avatar thor-schueler commented on August 10, 2024

@MihaelFeldman: are you good? Can I close this issue?

from angular-maps.

MrGoogol avatar MrGoogol commented on August 10, 2024

Getting another error when trying to use Google Maps:

Uncaught Error: Template parse errors:
Can't bind to 'Options' since it isn't a known property of 'x-map'.
1. If 'x-map' is an Angular component and it has 'Options' input, then verify that it is part of this module.
2. If 'x-map' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. ("<i class="fa"></i>
<div style="height: 400px; width: 960px">
    <x-map #xmap [ERROR ->][Options]="_options" [Box]="_box">
          <x-map-marker *ngFor="let m of _markers; let i=index" [L"): ng:///AppModule/GmapComponent.html@2:17
Can't bind to 'Box' since it isn't a known property of 'x-map'.

from angular-maps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.