}
public EncodedPolyline getRouteCoordsGoogleEncoded(String routeID, Extent ext, MapSize ms, int idLicenca, String dataSource) throws Exception {
iniDate = System.currentTimeMillis();
EncodedPolyline ep = null;
try {
ext = doZoom(ext, .5);
ms.setHeight((int) (ms.getHeight() + ms.getHeight() * .5));
ms.setWidth((int) (ms.getWidth() + ms.getWidth() * .5));