How create en icon for organization and suppport comment for icon on yandex maps? - yandex-maps

Yandex maps supportsto add icons on map, but can thisbe done for organization in some address? Is it supported to add a comments? I mean one user adds icon and second one post a comment to the icon.

Related

How can I add my custom iOS map application in "Open direction in" list in other apps?

I 've developed an iOS map and navigation application, like Waze. I want my app to be in "Open in" list in other application to show the route between two points. For example when you share a location with messaging app like Telegram, WhatsApp, ... a user can choose between Maps, Google Maps, Waze, Uber, ...to navigate to a specific location and the selected app will be launched. How can I add my application to the list?

Redirect to Apple Maps with "Avoid Highways" automatically selected

We have an app that allows users to check-out and ride a certain type of vehicle, and I want to build a button that, when pressed, redirects them to their default navigation app, optionally with a destination pre-selected. Crucially, this vehicle is not allowed on highways, so we do not ever want to direct users to a route with highways in it.
Right now, I am stuck because it looks like I cannot launch Apple Maps with "avoid highways" selected. I am using the URL "http://maps.apple.com/daddr=0,0&dirflg=h", but &dirflg=h did not work for me, neither did &avoid=highways or &avoid=h. Looking at Apple's documentations, it appears that this param just isn't available: https://developer.apple.com/library/content/featuredarticles/iPhoneURLScheme_Reference/MapLinks/MapLinks.html
It looks like for iOS users I would have to redirect them to use Google Maps instead, which I can do according to the Google Maps iOS SDK docs: https://developers.google.com/maps/documentation/ios-sdk/urlscheme. Is that true? Is there really no way to open Apple Maps with 'avoid highways' selected?
Yep—from that documentation it looks like there’s indeed no flag for that setting in the request URL. You may want to file an enhancement request on MapKit for that feature.

On iOS do I have to show google logo if I am using their places autocomplete query

In my app I am using google's autocomplete query. Do I have to show "powered by Google" logo somewhere? Is it a restriction?
Update
I will just explain how I am using it. I have a signup form and I have multiple fields for Address 1st line, 2nd line, city, State, Zip.
When the user starts entering address in 'Address 1st line' text field, I show a dropdown/tableview with suggestions. And when user selects one of them, I populate remaining fields like city, state, zip.
Questions:
Do I have to show logo
Where to show the logo if yes
According to them, yes you do:
When displaying data from the Google Places API for iOS, such as autocomplete results or place name and address, there are some attribution and Google logo requirements you must comply with.
The attribution and logo requirements fall into the following categories:
A Google map, if a map is displayed.
The 'Powered by Google' attribution.
Attributions for content supplied by third parties.
Emphasis mine. More specifically:
If your application displays Places API data on a page or view without a Google Map, you must show a 'Powered by Google' image with that data.

How to disable the google link in google maps sdk for iOS?

From the Google documentation:
The Google Maps SDK for iOS opens the Google Maps mobile app when the
user clicks the Google logo on the map
I have a requirement to disable this link. Is it possible with a non premium google account ? Or is it possible with the premium subscription ?
I just need to disable the link, not the logo itself. I know that on iOS 9 the link won't open if i don't add the scheme to the app's plist file. It would be nice to have this on ios 8 and 7 too.
Google Maps Terms of Service says:
10.5 Intellectual Property Restrictions.
g. No removing, obscuring, or altering terms of service, links, or proprietary rights notices.
You will not:
remove, obscure, or alter any Google terms of service or any links to or notices of those terms, or any copyright, trademark, or other proprietary rights notices; or
falsify or delete any author attributions, legal notices, or other labels of the origin or source of material.
So you can not modify the Google's Logo except you have a contract with Google.

How to create a custom contact group like Facebook did?

There are three main features:
Custom group (Not a subgroup of iCloud like "Test" in my picture)
Contacts have to be read only in this group
Small Icon under each picture (see second picture; red arrow)
Is it possible to implement this 3 features programatically?
1) See Apple documentation which explains how to add Person or Group record to Address Book.
2) AFAIK there is no way how to prevent the user from deleting the group or contacts in it.
3) Not possible. Facebook is integrated deep into iOS by Apple.

Resources