I'm new to Google Maps, so please excuse me if the solution is obvious for experienced users, but I couldn't find any relevant information in the documentation.
I want to make a map of Egypt.
As much as I understand, I have to
create a map with the "center" parameter at the center of the country -- LatLng(27.274553, 30.256790)
ensure that the whole country is included in the map, i.e. define a zoom factor
By trials and errors, I found out that zoom:6 was the appropriate value in the <div> I use to display the map.
I'm wondering if there is a better way of computing the zoom factor, i.e. something like drawing a map including a rectangle provided by 2 points (NE, SW).
Thanks for your advice.