All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.jasperreports.components.map.resources.templates.MapElementJsonTemplate.vm Maven / Gradle / Ivy

There is a newer version: 6.21.3
Show newest version
"${mapCanvasId}": {
    "id": "${mapCanvasId}",
    "type": "googlemap",
    "module": "jasperreports-map",
    "instanceData" : {
        "requestParams": "${reqParams}",
        "latitude": ${latitude},
        "longitude": ${longitude},
        "zoom": ${zoom},
        "mapType": "${mapType}",
        "markerList": ${markerList},
        "pathsList": ${pathsList}
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy