Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rtchagas authored Nov 25, 2019
1 parent 1f3da1d commit d6d922b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ As some features are charged by Google, you can alter the default **PING** Place

<!-- 0.007 USD per each (7.00 USD per 1000) -->
<bool name="show_confirmation_map">true</bool>

<!-- If true, the map will automatically center (pan) to
the selected marker -->
<bool name="auto_center_on_marker_click">false</bool>
```

## Contribute
Expand Down

1 comment on commit d6d922b

@eDR10x
Copy link

@eDR10x eDR10x commented on d6d922b Dec 12, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi GitHub Community, good day. How Enabling nearby searches?
where put this code:
<bool name="enable_nearby_search">true</bool>

in the manifest.xml, activity.kt|java, or where? and this:

<bool name="show_confirmation_photo">true</bool>

<bool name="show_confirmation_map">true</bool>

<bool name="auto_center_on_marker_click">false</bool>

Because when I make click in the buttom, don't show the address name. Show some like that: 3° 45' 37" S, 73° 15' 7" E. I need get the address name. Here i add the screenshot of real device.

Best Regards.
Screenshot_20191211-174749_Ping Sample

Please sign in to comment.