Android : Leaflets API map is not loading in android application

on Friday, September 19, 2014


I am working on an application and want to load the raster map on android application. i followed all the instructions given on leaflets website.



<!doctype html>


Welcome


var imageUrl = 'http://www.lib.utexas.edu/maps/historical/newark_nj_1922.jpg', imageBounds = [[40.712216, -74.22655], [40.773941, -74.12544]]; L.imageOverlay(imageUrl, imageBounds).addTo(map);

0 comments:

Post a Comment