From eb6b06ce40c252f3f5711a3831bb3035fb18568e Mon Sep 17 00:00:00 2001 From: Ramon Gebben Date: Thu, 14 Jan 2016 10:42:30 +0100 Subject: [PATCH] everything now --- android/app/src/main/AndroidManifest.xml | 4 ++++ index.android.js | 23 +++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 3ea4869..d474bcd 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -3,6 +3,10 @@ + + location: {JSON.stringify(this.state.lastPosition)} TheOne: {JSON.stringify(this.state.theOne)} {gmhButton} + console.log(e)} + onMapError={(e) => console.log('Map error --> ', e)} + center={ { lng: 0.1, lat: 51.0 } } + /* + * clickMarker shows Info Window of Marker with id: 0, + * hides Info Window if given null + */ + clickMarker={0}/> ); }