Verified
Status Update
Comments
ja...@google.com <ja...@google.com> #2
We did have an API that could access MyMaps. Unfortunately it has been deprecated. Please read the announcement for more information:
http://googlegeodevelopers.blogspot.com/2010/11/maps-data-api-deprecation-announcement.html
I'm going to leave this feature request open, so we can gauge potential interest in such an API.
I'm going to leave this feature request open, so we can gauge potential interest in such an API.
cc...@google.com <cc...@google.com> #3
Maps Pro will have this functionality.
cc...@google.com <cc...@google.com> #4
Leaving this one open to collect interest in this feature.
cc...@google.com <cc...@google.com> #5
This is something very important and useful that all we have lost with this product.
Do you have any date for that "maps pro"?
Do you have any date for that "maps pro"?
cc...@google.com <cc...@google.com> #6
Or any info at all, I'd add! These are news.
Description
Jake, is this something like what you had in mind:
ViewModel:
public LiveData<Pair<String, PagedList<Item>>> list;
Activity:
viewModel.list.observe(this, it -> submitList(it.second, () -> setTitle(it.first)));