Example #1
0
        /// <summary>
        /// Make sure the base layer covers relevant point
        /// </summary>
        public static void EnsureRelevantBaseLayer(this MapState state, Bounds bounds)
        {
            var poi = bounds.Center();

            state.EnsureRelevantBaseLayer(poi);
        }