
Product
Socket Now Supports pylock.toml Files
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
@types/load-google-maps-api
Advanced tools
TypeScript definitions for load-google-maps-api
npm install --save @types/load-google-maps-api
This package contains type definitions for load-google-maps-api (https://github.com/yuanqing/load-google-maps-api#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/load-google-maps-api.
/// <reference types="google.maps" />
interface Options {
/**
* The Google Maps API `script` tag URL
*
* Default Value `'https://maps.googleapis.com/maps/api/js'`
*/
apiUrl?: string | undefined;
/**
* Client usage reporting channel
*
* https://developers.google.com/maps/premium/reports/usage-reports#channels
*/
channel?: string | undefined;
/**
* Client ID
*
* https://developers.google.com/maps/documentation/javascript/get-api-key#specifying-a-client-id-when-loading-the-api
*/
client?: string | undefined;
/**
* Your API key
*
* https://developers.google.com/maps/documentation/javascript/get-api-key#step-2-add-the-api-key-to-your-application
*/
key?: string | undefined;
/**
* https://developers.google.com/maps/documentation/javascript/localization#Language
*/
language?: string | undefined;
/**
* Supplemental libraries to load
*
* Default Value `[]`
*
* https://developers.google.com/maps/documentation/javascript/libraries
*/
libraries?: string[] | undefined;
/**
* https://developers.google.com/maps/documentation/javascript/localization#Region
*/
region?: string | undefined;
/**
* Time in milliseconds before rejecting the Promise
*
* Default Value `10000`
*/
timeout?: number | undefined;
/**
* API Version
*
* https://developers.google.com/maps/documentation/javascript/versions
*/
v?: string | undefined;
}
declare function loadGoogleMapsApi(options?: Options): Promise<typeof google.maps>;
export = loadGoogleMapsApi;
These definitions were written by Oscar Busk.
FAQs
TypeScript definitions for load-google-maps-api
The npm package @types/load-google-maps-api receives a total of 7,912 weekly downloads. As such, @types/load-google-maps-api popularity was classified as popular.
We found that @types/load-google-maps-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.
Research
Security News
Malicious Ruby gems typosquat Fastlane plugins to steal Telegram bot tokens, messages, and files, exploiting demand after Vietnam’s Telegram ban.