Maps in Layout

Please can you tell me where I can learn what parameters should be passed to get a map for a particular location? I can replicate the example shown in the documentation but that only gives me New York. Is there any other documentation regarding maps?

Thanks

Here is the documention:
docs.dhtmlx.com/doku.php?id=dhtm … googlemaps

here center: new google.maps.LatLng(40.719837,-73.992348) - defines the location. Where 40.719837 is a latitude and -73.992348 - longitude

Alexandra thanks very much for the information. I’ll look at the documentation soon.