fivenine.UnifiedMaps.MapRegion.World C# (CSharp) Method

World() public static method

Creates a map region that includes the whole world.
public static World ( ) : MapRegion
return MapRegion
        public static MapRegion World() => new MapRegion(-180, 90, 180, -90);