All Projects → YAtechnologies → GoogleMaps-SP

YAtechnologies / GoogleMaps-SP

Licence: other
Swift Package for Google Maps iOS SDK

Programming Languages

shell
77523 projects
swift
15916 projects

Projects that are alternatives of or similar to GoogleMaps-SP

Themedgooglemap
Utility class to make GoogleMap with custom theme.
Stars: ✭ 167 (+59.05%)
Mutual labels:  googlemaps
bmod
bmod parses binaries for modification/patching and disassembles machine code sections.
Stars: ✭ 12 (-88.57%)
Mutual labels:  binary
NALib
General purpose C sourcecode collection
Stars: ✭ 16 (-84.76%)
Mutual labels:  binary
Rgm
Tiny (1kb less) but very powerful React Google Map
Stars: ✭ 221 (+110.48%)
Mutual labels:  googlemaps
hext
Markup language and tool for generating binary files
Stars: ✭ 23 (-78.1%)
Mutual labels:  binary
fastproto
FastProto is a binary data processing tool written in Java.
Stars: ✭ 65 (-38.1%)
Mutual labels:  binary
Robe React Ui
Robe React UI Components
Stars: ✭ 133 (+26.67%)
Mutual labels:  googlemaps
embd-go
embd-go is an embeddable command-line tool for embedding data files in Go source code, specially crafted for easy use with `go generate`.
Stars: ✭ 24 (-77.14%)
Mutual labels:  binary
go-delta
go-delta - A Go package and utility to generate and apply binary delta updates.
Stars: ✭ 25 (-76.19%)
Mutual labels:  binary
gucci
Templating on the command line with sprig.
Stars: ✭ 74 (-29.52%)
Mutual labels:  binary
fpbinary
Fixed point package for Python.
Stars: ✭ 30 (-71.43%)
Mutual labels:  binary
extrude
🕵️ Analyse binaries for missing security features, information disclosure and more...
Stars: ✭ 51 (-51.43%)
Mutual labels:  binary
binstruct
Golang binary decoder for mapping data into the structure
Stars: ✭ 67 (-36.19%)
Mutual labels:  binary
Airbnb Android Google Map View
This is a sample Android Application which has Google Map view similar to what AirBnb Android Application. Moving Markers like Uber/Ola. Custom Google Search for places. Recycler view with Animations added.
Stars: ✭ 175 (+66.67%)
Mutual labels:  googlemaps
literate-binary
Integrate handcrafted binary and documentation
Stars: ✭ 37 (-64.76%)
Mutual labels:  binary
Carmarker Animation
This android library will help to show the marker move along the route and turn smoothly along the road curves.
Stars: ✭ 154 (+46.67%)
Mutual labels:  googlemaps
Image-Processing-CLI-in-Rust
CLI for image processing with histograms, binary treshold and other functions
Stars: ✭ 25 (-76.19%)
Mutual labels:  binary
heroku-binary-buildpack
Heroku buildpack to execute binaries.
Stars: ✭ 29 (-72.38%)
Mutual labels:  binary
svelte-googlemaps
Svelte Google Maps Components
Stars: ✭ 62 (-40.95%)
Mutual labels:  googlemaps
surge
Simple, specialised, and efficient binary marshaling
Stars: ✭ 36 (-65.71%)
Mutual labels:  binary

Google Maps Swift Package

Requirements

Installation

  • Add the following dependency to your project's Package.swift.
dependencies: [
    .package(url: "https://github.com/YAtechnologies/GoogleMaps-SP.git", .upToNextMinor(from: "7.2.0"))
]

Known Issues

  • If you use a Google Maps Swift package in an app with extensions, the build system incorrectly embeds the binary dependencies alongside the extension in the PlugIns directory, causing validation of the archived app to fail. (69834549) (FB8761306)

    Workaround: Add a scheme post-build action which removes the embedded binaries from the PlugIns directory after the build, e.g. rm -rf "${TARGET_BUILD_DIR}/${TARGET_NAME}.app"/PlugIns/*.framework.

Sponsor

If you find this package useful please consider STARRING 🌟 this repository.

License

The Google Maps iOS SDK and Google Places iOS SDK libraries are the property of Google and are subject to Google's Terms of Service. See LICENSE.google for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].