This repository was archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
My google maps iphone component form.
rsanders/rs-iphone-google-maps-component
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The accompanying code comprises a UIView subclass that you can use in your
iPhone applications to access all basic features of Google Maps (similar to
Android's MapView). It uses a UIWebView in the background to load the
HTML/Javascript version of Google Maps, and offers a set of Objective-C
methods that mimic a subset of the original Javascript methods for controlling
the map. It currently supports setting the center location, and zooming &
panning using the touch interface.
Here's a quick description of each included file:
MapView.h/MapView.m The UIView subclass that encapsulates the
UIWebView running Google Maps. This is the only
class you need to interact with.
MapWebView.h/MapWebView.m A UIWebView used internally to load Google Maps.
You don't have to interact with this class yourself.
All other files A sample iPhone application showing how to embed
a MapView in your own applications.
The source code is available under the New BSD license.
The project has a discussion mailing list at iphone-map-view@googlegroups.com
About
My google maps iphone component form.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published