GitXplorerGitXplorer
W

HelloGoogleMaps

public
11 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
8baa5b13e9de570a9b48d681cc08bac953fefb7e

update resources

WWatson1978 committed 12 years ago
Unverified
ecb0a551335809bfcde96ff61b9d06c69e8949d8

Merge pull request #3 from toshikazuhorii/update_for_GoogleMaps_SDK_1.2.2

WWatson1978 committed 12 years ago
Unverified
6aff38eda7b94785d8865f8414db00e3ea8bdecf

updates for Google Maps SDK 1.2.2

ttoshikazuhorii committed 12 years ago
Unverified
5b852598e42aed29603436ce98b5f73170f8723e

update README

WWatson1978 committed 12 years ago
Unverified
f173febc35e78e9a615315ec26d9eb5d5ae34924

no longer need workaround. Revert "avoid build error because Google Maps SDK does not have some symbols for device"

WWatson1978 committed 12 years ago
Unverified
64bf85d60b08bb4d2f7634b01c5f07940a1d934e

modify bridgesupport in order to fix `cameraWithLatitude:longitude:zoom:' type `@@:ddf' error

WWatson1978 committed 12 years ago

README

The README file for this repository.

HelloGoogleMaps - Google Maps SDK Sample with RubyMotion

ScreenShot

  • Configure Your API KEY with GOOGLE_MAP_API_KEY in app_delegate.rb

FYI

Configuration

Google Maps SDK has only armv7 binary. So, we would not be able to build universal binary (ie, armv7, armv7s).

We need configuration to build armv7 binary only in your Rakefile:

Motion::Project::App.setup do |app|
  ...
  app.archs['iPhoneOS'] = ['armv7']
  ...
end

BridgeSupport

For the generation of GoogleMaps.framework.bridgesupport, we know that there is a bug (http://hipbyte.myjetbrains.com/youtrack/issue/RM-44).

So far, we need to modify its file manually like https://github.com/Watson1978/HelloGoogleMaps/commit/6f3785f23386a224fed9602aa085a6210c736832