types.d.ts 620 字节
Newer Older
Q
qiang 已提交
1 2 3 4 5
/// <reference types="google.maps" />
export type GoogleMaps = typeof google.maps
export type OverlayView = google.maps.OverlayView
export type LatLng = google.maps.LatLng
export type Polyline = google.maps.Polyline
6
export type PolylineOptions = google.maps.PolylineOptions
Q
qiang 已提交
7 8 9 10 11
export type Map = google.maps.Map
export type Marker = google.maps.Marker
export type Label = google.maps.MarkerLabel
export type Circle = google.maps.Circle
export type Icon = google.maps.Icon
12
export type Polygon = google.maps.Polygon
13 14
export type PolygonOptions = google.maps.PolygonOptions
export type CircleOptions = google.maps.CircleOptions