UNPKG
maptoolkit
Version:
latest (1.0.0)
1.0.0
Utilidades para trabajar con el mapa de google web.
maptoolkit
/
_bundles
/
dist
/
igeopoint.d.ts
8 lines
(7 loc)
•
102 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Created by dss on 8/9/17. */
export
interface
IGeoPoint
{
lat
:
number
;
lng
:
number
; }