Giter VIP home page Giter VIP logo

ftgoogleplacesapi's People

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

ftgoogleplacesapi's Issues

FTGooglePlacesAPIDetailResponse.h:88:41: Unknown type name 'CGFloat'

I receive these 2 errors (I use cocoapods, Version 6.3.1):

/src/Pods/Headers/Public/FTGooglePlacesAPI/FTGooglePlacesAPIDetailResponse.h:88:41: Unknown type name 'CGFloat'

src/Pods/Headers/Public/FTGooglePlacesAPI/FTGooglePlacesAPISearchResultItem.h:55:41: Unknown type name 'CGFloat'

In this line:
@Property (nonatomic, assign, readonly) CGFloat rating;

Any idea? Maybe it's related to the new xcode version.

Update AFNetworking dependency

When adding this library to my Podfile, i get the following error

[!] Unable to satisfy the following requirements:

- `AFNetworking (~> 2.4.1)` required by `Podfile`
- `AFNetworking (~> 2.2.0)` required by `FTGooglePlacesAPI (1.1)`

Would it be possible to update the dependency of FTGooglePlacesAPI to the latest AFNetworking?

What is the proper way to retrieve the telephone number when retrieving places?

Hello!
I see we have FTGooglePlacesAPISearchResponse and FTGooglePlacesAPIDetailResponse
What should I do if I want to retrieve telephone numbers (or place URL)?
Do I have to launch a search request and after that, take placeId and send another request to get its details? If I use the google places api directly without a wrapper, do I have to follow that logic again?
Thanks.

Using FTGooglePlacesAPIRequestParamRankByDistance is not allowed

When you set "rankBy" parameter to FTGooglePlacesAPIRequestParamRankByDistance "radius" value is not getting added to the request string. However, without that parameter Google API refuses to send data.
Please change 128-130 code lines in FTGooglePlacesAPINearbySearchRequest.m:

if (_rankBy != FTGooglePlacesAPIRequestParamRankByDistance) {
params[@"radius"] = [NSString stringWithFormat:@"%ld", (unsigned long)_radius];
}

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.