Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

GoogleMapMarker logtitude spelling mistake #163

@tuqtran

Description

@tuqtran

I work with version 0.8.0 and found that in google-map-marker.ts it have a wrong spelling detect for longtitude value.

ngOnChanges(changes: {[key: string]: SimpleChange}) {
...
if (changes['latitude'] || changes['logitude']) {
this._markerManager.updateMarkerPosition(this);
}

It will block the map marker change when user change only the longtitude value.

Could you please fix it?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions