gikotim

Results 2 issues of gikotim

I want to add the result of Google Styling Wizard (json) to a StaticMapRequest. ` StaticMapRequest request = new StaticMapRequest(Markers, new ImageSize((int)ps.GetWidth(), (int)ps.GetHeight())) { MapType = MapType.Hybrid, ApiKey = "xxx",...

When turning a iPad from landscape to portrait (or vise vera) the grid don't get resized. It looks like there is nobody listening to the correct event. Any hint of...