Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 781 Bytes

File metadata and controls

33 lines (20 loc) · 781 Bytes
id title
074A67A3-C2DF-4246-B9D1-0FDD4DED47BE
Mono.Android.GoogleMaps.dll

Mono.Android.GoogleMaps.dll

Namespace: Android.GoogleMaps

Type Changed: Android.GoogleMaps.MapView

Removed:

protected override void OnDraw (Android.Graphics.Canvas canvas);
 	protected override void OnMeasure (int widthMeasureSpec, int heightMeasureSpec);

Added:

protected void OnDraw (Android.Graphics.Canvas canvas);
 	protected void OnMeasure (int widthMeasureSpec, int heightMeasureSpec);