382aa6eee978c3b4e4ab05e446e428482f4dd8bd
[vuplus_webkit] / Websites / webkit.org / demos / calendar / LocationImage.js
1 function LocationImage() 
2 {
3
4 }
5
6 LocationImage.prototype.requestLocationImage = function(address, callback)
7 {
8
9 }
10
11
12 LocationImage.prototype.geocodeResultReceived = function(point, callback)
13 {
14
15 }