Git Product home page Git Product logo

googlemapsoverlayios's People

Contributors

mladjan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

googlemapsoverlayios's Issues

Overlay issues

When I am trying to create MKPolyline overlay it crashes. Any solutions to that?

Thanks

Could we also use Google Maps satellite view tiles?

This is a great view to use Google Maps with MKMapView in iOS 6. But since the satellite view in Apple's maps in most places has far less resolution than the one from Google Maps, I would love to use Google Maps satellite tiles with this solution. Is there a way to achieve that?

birdview with QuartCore

Congratulations for your code.

I would lik to apply 2.5D effect (birdview) to the map (see code below) with quartz core lib.

It works fine with ios6 mapview but not when i add TileOverlay.

Any idea why?

CATransform3D perspectiveTransform = CATransform3DIdentity;

CGFloat m34;
CGFloat rotation;
CGFloat scale;

m34 = 1.0 / -1400;
rotation = 60.0f;
scale = 1.6;

perspectiveTransform.m34 = m34;
perspectiveTransform = CATransform3DRotate(perspectiveTransform, rotation * M_PI / 180.0f, 1.0f, 0.0f, 0.0f);

CATransform3D scaleTransform = CATransform3DMakeScale (scale, scale, 1.0);
CATransform3D combinedTransform = CATransform3DConcat(perspectiveTransform, scaleTransform);

mapView.layer.transform = combinedTransform;

Auto Zoom in ?

Is there any Auto Zoom In feature ? By default, it shows almost the whole world .

font size

The font size on the map is small. On iPhone, it is difficult to read the building name or road name or other label. Anything I can modify to improve it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.