User Tools

Site Tools


thinkgeo.mapsuite.iosedition.googlemapsoverlay

ThinkGeo.MapSuite.iOSEdition.GoogleMapsOverlay

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This class represents the Overlay used to display a Google Map.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.iOSEdition.Overlay
      • ThinkGeo.MapSuite.iOSEdition.TileOverlay
        • ThinkGeo.MapSuite.iOSEdition.GoogleMapsOverlay

Members Summary

Public Constructors

GoogleMapsOverlay()

Initializes a new instance of the class.

Remarks

N/A

Parameters

GoogleMapsOverlay(String,String,String)

This is the constructor the for the class.

Remarks

This constructor initializes a new layer and assgin a license key and initilize a cache directory.

Parameters
  • cacheDirectory
    • Type:String
    • Description:cache directory which stored the cache image.
  • clientId
    • Type:String
    • Description:N/A
  • privateKey
    • Type:String
    • Description:N/A

Protected Constructors

Public Methods

GetPictureFormat()

Get picture format string which will use for request url.

Remarks

N/A

Return Value
  • Type:String
  • Description:Get picture format string which will use for request url.
Parameters

GetOneTile()

N/A

Remarks

N/A

Return Value
Parameters

Refresh(IEnumerable<RectangleShape>)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

Refresh(TimeSpan)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

Refresh(TimeSpan,RequestDrawingBufferTimeType)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

Refresh(TimeSpan,BufferTimeType)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

Refresh(RectangleShape,TimeSpan)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

Refresh(RectangleShape,TimeSpan,BufferTimeType)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

Refresh(IEnumerable<RectangleShape>,TimeSpan)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

Refresh(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

Refresh(IEnumerable<RectangleShape>,TimeSpan,BufferTimeType)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • bufferTime
    • Type:TimeSpan
    • Description:N/A

RemoveAllAnimations()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

GetBoundingBox()

N/A

Remarks

N/A

Return Value
Parameters

Initialize(MapArguments)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

Refresh()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

Refresh(RectangleShape)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

Draw(MapArguments,OverlayRefreshType)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

PostTransform(TransformArguments,MapArguments)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

Close()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

Dispose()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

ToString()

N/A

Remarks

N/A

Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

N/A

Remarks

N/A

Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

N/A

Remarks

N/A

Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

DrawTileCore(GeoCanvas,TileView)

Redraws a specified tile with the provided world extent.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • geoCanvas
    • Type:GeoCanvas
    • Description:This parameter is the canvas object to draw on.
  • tile
    • Type:TileView
    • Description:A Tile object that is created by the GetTile(Context) method to draw.

GetBoundingBoxCore()

This method returns the bounding box of the Overlay.

Remarks

This method returns the bounding box of the Overlay.

Return Value
  • Description:This method returns the bounding box of the Overlay.
Parameters

GetTileMatrix(Double,Int32,Int32,GeographyUnit)

Gets the tile matrix.

Remarks

N/A

Return Value
Parameters
  • scale
    • Type:Double
    • Description:The scale.
  • tileWidth
    • Type:Int32
    • Description:Width of the tile.
  • tileHeight
    • Type:Int32
    • Description:Height of the tile.
  • boundingBoxUnit

RefreshCore()

This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles.

Remarks

The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not.

Return Value
  • Type:Void
  • Description:N/A
Parameters

PrepareInertialPan(RectangleShape,RectangleShape,MapArguments)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

DrawCore(MapArguments,OverlayRefreshType)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

RemoveAllAnimationCore()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

DrawTile(TileView,MapArguments)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

GetTile()

N/A

Remarks

N/A

Return Value
Parameters

GetTileCore()

N/A

Remarks

N/A

Return Value
Parameters

GetTileMatrixCells(GeographyUnit,RectangleShape,Double)

N/A

Remarks

N/A

Return Value
Parameters
  • targetScale
    • Type:Double
    • Description:N/A

PostTransformCore(TransformArguments,MapArguments)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

Dispose(Boolean)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • disposing
    • Type:Boolean
    • Description:N/A

RefreshCore(RectangleShape)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

CloseCore()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

InitializeCore(MapArguments)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

DrawException(GeoCanvas,Exception)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • exception
    • Type:Exception
    • Description:N/A

DrawExceptionCore(GeoCanvas,Exception)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • ex
    • Type:Exception
    • Description:N/A

OnDrawingException(DrawingExceptionOverlayEventArgs)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

OnDrawnException(DrawnExceptionOverlayEventArgs)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

Finalize()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

PrepareInertialPanInternal(RectangleShape,RectangleShape,MapArguments)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

N/A

Remarks

N/A

Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

MapType

This property gets or sets the requesting map type from Bing Maps Imagery Service.

Remarks

N/A

Return Value

ClientId

Gets or sets a value to access the special features of Google Maps API Premier, you must provide a client ID when accessing any of the Premier API libraries or services. When registering for Google Maps API Premier, you will receive this client ID from Google Enterprise Support. All client IDs begin with a gme- prefix.

Remarks

N/A

Return Value
  • Type:String

PrivateKey

Gets or sets a value that is unique to your client ID, please keep your key secure.

Remarks

N/A

Return Value
  • Type:String

PictureFormat

Gets or sets a value represents the image format of the image.

Remarks

N/A

Return Value

IsCacheOnly

N/A

Remarks

N/A

Return Value
  • Type:Boolean

TileWidth

N/A

Remarks

N/A

Return Value
  • Type:Int32

TileHeight

N/A

Remarks

N/A

Return Value
  • Type:Int32

IsVisible

N/A

Remarks

N/A

Return Value
  • Type:Boolean

TransitionEffect

N/A

Remarks

N/A

Return Value

TileCache

N/A

Remarks

N/A

Return Value

TileSnappingMode

N/A

Remarks

N/A

Return Value

TileType

N/A

Remarks

N/A

Return Value

AutoRefreshInterval

N/A

Remarks

N/A

Return Value
  • Type:TimeSpan

Name

N/A

Remarks

N/A

Return Value
  • Type:String

DrawingExceptionMode

N/A

Remarks

N/A

Return Value

IsEmpty

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Attribution

N/A

Remarks

N/A

Return Value
  • Type:String

OverlayView

N/A

Remarks

N/A

Return Value
  • Type:UIView

DrawingQuality

N/A

Remarks

N/A

Return Value

Opacity

N/A

Remarks

N/A

Return Value
  • Type:Double

MapArguments

N/A

Remarks

N/A

Return Value

CanRefreshRegion

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Protected Properties

CacheMark

N/A

Remarks

N/A

Return Value
  • Type:String

SingleTile

N/A

Remarks

N/A

Return Value

DrawingView

N/A

Remarks

N/A

Return Value
  • Type:UIView

StretchView

N/A

Remarks

N/A

Return Value
  • Type:UIView

Public Events

DrawingException N/A

Remarks

N/A

Event Arguments:DrawingExceptionOverlayEventArgs

DrawnException N/A

Remarks

N/A

Event Arguments:DrawnExceptionOverlayEventArgs

thinkgeo.mapsuite.iosedition.googlemapsoverlay.txt · Last modified: 2017/03/16 21:59 (external edit)