@types/google-maps
- Version 3.2.6
- Published
- 4.74 kB
- 1 dependency
- MIT license
Install
npm i @types/google-maps
yarn add @types/google-maps
pnpm add @types/google-maps
Overview
TypeScript definitions for google-maps
Index
Variables
Functions
Interfaces
Type Aliases
Variables
variable CHANNEL
var CHANNEL: string;
variable CLIENT
var CLIENT: string;
variable KEY
var KEY: string;
variable LANGUAGE
var LANGUAGE: string;
variable LIBRARIES
var LIBRARIES: string[];
variable REGION
var REGION: string;
variable URL
var URL: string;
variable VERSION
var VERSION: string;
variable WINDOW_CALLBACK_NAME
var WINDOW_CALLBACK_NAME: string;
Functions
function createLoader
createLoader: () => void;
function createUrl
createUrl: () => string;
function isLoaded
isLoaded: () => boolean;
function load
load: (callBack?: CallBack) => void;
function makeMock
makeMock: () => void;
function onLoad
onLoad: (callBack?: CallBack) => void;
function release
release: (callBack: Function) => void;
Interfaces
interface CallBack
interface CallBack {}
call signature
(google: google): void;
Type Aliases
type google
type google = { maps: typeof google.maps };
Package Files (1)
Dependencies (1)
Dev Dependencies (0)
No dev dependencies.
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@types/google-maps
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@types/google-maps)
- HTML<a href="https://www.jsdocs.io/package/@types/google-maps"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 3600 ms. - Missing or incorrect documentation? Open an issue for this package.