I have few values of latitude and longitude.
How can i found centralized latitude and longitude from them? and How can i find out proper zoom parameter?
I have few values of latitude and longitude.
How can i found centralized latitude and longitude from them? and How can i find out proper zoom parameter?
You can reverse your question - use the technique from this SO question to find the bounding rectangle, then take the average of the corners to find the central point. The distance across the rectangle defines the required zoom.