You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ngx-apple-mapkit

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-apple-mapkit - npm Package Compare versions

Comparing version

to
0.0.27

0

index.d.ts

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { AfterViewInit, ChangeDetectorRef, DoCheck, EventEmitter, KeyValueDiffers, OnInit, QueryList, ViewContainerRef } from '@angular/core';

@@ -0,0 +0,0 @@ import * as i0 from "@angular/core";

@@ -0,0 +0,0 @@ import { MapConstructorOptions, MapKitInitOptions, MapKitLoaded } from "./declarations";

@@ -0,0 +0,0 @@ import { DoCheck, ElementRef, EventEmitter, KeyValueDiffers, OnDestroy, OnInit, Renderer2 } from '@angular/core';

@@ -0,0 +0,0 @@ import { MapKit } from "./mapkit";

@@ -0,0 +0,0 @@ import { GeocoderConstructorOptionsInterface, GeocoderReverseLookupOptionsInterface } from '../../declarations';

@@ -0,0 +0,0 @@ import { SearchInterface } from "../../declarations";

6

package.json
{
"name": "ngx-apple-mapkit",
"version": "0.0.26",
"version": "0.0.27",
"description": "This is a renewed variant of the ngx-apple-maps. This runs on Angular 16 and Ivy. I personally use the library and it is therefore regularly maintained.\n",

@@ -27,4 +27,4 @@ "keywords": [

"peerDependencies": {
"@angular/common": "^16.2.7",
"@angular/core": "^16.2.7"
"@angular/common": "^17.1.3",
"@angular/core": "^17.1.3"
},

@@ -31,0 +31,0 @@ "dependencies": {

@@ -0,0 +0,0 @@ /// <reference path="lib/declarations.d.ts" />

@@ -121,3 +121,3 @@ # Angular Apple Maps (mapkit.js)

| Parameter | Typ | Use | Default | Required |
| ---------- | ----------------------------------------------- | -------------------------------- | ------- | -------- |
|------------|-------------------------------------------------|----------------------------------|---------|----------|
| [options] | MapKitInitOptions | Needed for Token and Init Option | - | ✅ |

@@ -238,9 +238,9 @@ | [settings] | MapConstructorOptions | Settings for Apple Maps | - | ✅ |

<ngx-apple-mapkit ...>
<ngx-apple-mapkit-annotation
[options]="{title: 'Timo Köhler', subtitle: 'web-timo.de', glyphText: '🧑‍💻', selected: true}"
(onSelect)="onSelect($event)"
(onDeselect)="onDeselect($event)"
[latitude]="51.68"
[longitude]="7.86"
></ngx-apple-mapkit-annotation>
<ngx-apple-mapkit-annotation
[options]="{title: 'Timo Köhler', subtitle: 'web-timo.de', glyphText: '🧑‍💻', selected: true}"
(onSelect)="onSelect($event)"
(onDeselect)="onDeselect($event)"
[latitude]="51.68"
[longitude]="7.86"
></ngx-apple-mapkit-annotation>
</ngx-apple-mapkit>

@@ -250,3 +250,3 @@ ```

| Parameter | Typ | Use | Required |
| ------------ | ------------------------------------- | ------------------------------------------------------- | -------- |
|--------------|---------------------------------------|---------------------------------------------------------|----------|
| [options] | AnnotationConstructorOptionsInterface | For example, name, subtitle or icon are specified there | ✅ |

@@ -274,3 +274,3 @@ | [latitude] | number | Latitude | ✅ |

This makes it much easier for them to find and use functions themselves rather than having to constantly try them out.
This makes it much easier for them to find and use functions themselves rather than having to constantly try them out.
Thanks to IDE.

@@ -414,2 +414,4 @@

Tip: You can use the Native mapkit.js
# Info

@@ -416,0 +418,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display