Socket
Socket
Sign inDemoInstall

@angular/google-maps

Package Overview
Dependencies
6
Maintainers
2
Versions
366
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.0-rc.8 to 9.0.0-rc.9

14

google-map/google-map.d.ts

@@ -43,5 +43,5 @@ /**

width: string;
center: google.maps.LatLngLiteral | google.maps.LatLng;
zoom: number;
options: google.maps.MapOptions;
set center(center: google.maps.LatLngLiteral | google.maps.LatLng);
set zoom(zoom: number);
set options(options: google.maps.MapOptions);
/**

@@ -215,3 +215,3 @@ * See

*/
readonly controls: Array<google.maps.MVCArray<Node>>;
get controls(): Array<google.maps.MVCArray<Node>>;
/**

@@ -221,3 +221,3 @@ * See

*/
readonly data: google.maps.Data;
get data(): google.maps.Data;
/**

@@ -227,3 +227,3 @@ * See

*/
readonly mapTypes: google.maps.MapTypeRegistry;
get mapTypes(): google.maps.MapTypeRegistry;
/**

@@ -233,3 +233,3 @@ * See

*/
readonly overlayMapTypes: google.maps.MVCArray<google.maps.MapType>;
get overlayMapTypes(): google.maps.MVCArray<google.maps.MapType>;
private _setSize;

@@ -236,0 +236,0 @@ /** Combines the center and zoom and the other map options into a single object */

@@ -25,4 +25,4 @@ /**

private _infoWindow?;
options: google.maps.InfoWindowOptions;
position: google.maps.LatLngLiteral | google.maps.LatLng;
set options(options: google.maps.InfoWindowOptions);
set position(position: google.maps.LatLngLiteral | google.maps.LatLng);
/**

@@ -29,0 +29,0 @@ * See

@@ -35,7 +35,7 @@ /**

private readonly _destroy;
options: google.maps.MarkerOptions;
title: string;
position: google.maps.LatLngLiteral | google.maps.LatLng;
label: string | google.maps.MarkerLabel;
clickable: boolean;
set options(options: google.maps.MarkerOptions);
set title(title: string);
set position(position: google.maps.LatLngLiteral | google.maps.LatLng);
set label(label: string | google.maps.MarkerLabel);
set clickable(clickable: boolean);
/**

@@ -42,0 +42,0 @@ * See

@@ -24,4 +24,4 @@ /**

_polyline: google.maps.Polyline;
options: google.maps.PolylineOptions;
path: google.maps.MVCArray<google.maps.LatLng> | google.maps.LatLng[] | google.maps.LatLngLiteral[];
set options(options: google.maps.PolylineOptions);
set path(path: google.maps.MVCArray<google.maps.LatLng> | google.maps.LatLng[] | google.maps.LatLngLiteral[]);
/**

@@ -28,0 +28,0 @@ * @see developers.google.com/maps/documentation/javascript/reference/polygon#Polyline.click

{
"name": "@angular/google-maps",
"version": "9.0.0-rc.8",
"version": "9.0.0-rc.9",
"description": "Angular Google Maps",

@@ -5,0 +5,0 @@ "main": "./bundles/google-maps.umd.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc