BruTile.GoogleMaps.GoogleV3TileSource.Dispose C# (CSharp) Method

Dispose() public method

public Dispose ( ) : void
return void
        public void Dispose()
        {
            if (m_tileSchema != null)
            {
                m_tileSchema.Dispose();
                m_tileSchema = null;
            }
        }