I want to create a navigation application but can't found any icons/symbols that suitable for my needs, i just hope i can find some icons with consistent style like what we currently see in google maps or garmin.
Thanks
If you're interested in making your own icons, I recently found an editor I like. I am not affiliated in any way with the developer:
IcoFX - The Free Icon Editor
I found one interesting icons set with consistent style, not original google maps icons/symbology though. Could anyone help me where i can find all icon used on google maps?
and here the link
http://code.google.com/p/google-maps-icons/
Related
They say both filled and outlined comment is comment yet when I try <md-icon>comment</md-icon> that's a filled one. How can I get an outlined one with using md-icon?
I tried <md-icon>comment_outlined</md-icon> but it didn't work so far.
Unfortunately, there's no support for Outlined icons via Google Fonts. In fact, the icons listed on the website are in fact data URIs!
See this (outstanding) issue for more info.
Hi guys i am using ckEditor in Dynamics 365 CRM, all was good until the client asked that i add some additional functionality (highlighting text).
So i added the needed plugin in my solution together with the icons.
Now the icons do show and the functionality works great, but the icons show as question marks on the form as shown on the image bellow:
I made sure that the path to the icons is correct and that they were loading in the solution.
Any and all suggestions are more than welcomed.
Thanks
There is a gif image that shows you can add vector icons as tab in react-native-scrollable-tab-view as per image below:
I already look and google everywhere I can look into. I cannot find a way to do this without altering the package.
Need help on how to achieve like in this image where you can see they use vector icons as tab.
Appreciate all the help. Thanks
Actually you have to implement this TabBar by yourself. But luckily, you can mimic the "FacebookExample" to achieve it. I think it's not too difficult. Here is the js file of the Facebook TabBar.
https://github.com/ptomasroos/react-native-scrollable-tab-view/blob/master/Example/FacebookTabBar.js
I'm searching for google icons for my website, but google doesn't provide somewhere their icons to be used.
Does anyone know how to get them?
btw, something I already found is this:
http://www.google.com/images/icons/product/search-128.png
http://deployment.googleapps.com/Home/user-resources/google-icons-and-logos
or, a direct download, http://deployment.googleapps.com/Home/user-resources/google-icons-and-logos/google_apps_icons.zip?attredirects=0
as it's a download, I left the link bare so you can see where it comes from
regarding google icons there is a huge new repository coming with the Material Design thing here : https://www.google.com/design/icons
So I have a large KML with many custom icons that I want to have show up on a google map (API v3). You can see the example page here: http://mexicometro.org/metro/line1/pantitlan/
the kml I am loading is here: http://mexicometro.org/doc.kml
I can't figure out why the custom icons are not showing up. I believe that my kml is well-written (I did it all by hand); some nesting issues were pointed out to me in the past, but I believe that I have fixed all those.
So can anyone help me pin down the problem? Is it something wrong with my kml? it used to work in the api v2.
Thanks!
Try to put your Style elements in the style definitions at the top and not in the Placemarks. Style element in the Placemark does not seem to be supported according to the documentation: http://code.google.com/apis/kml/documentation/kmlreference.html#placemark
I was having this issue, then I realized that it was a caching issue. Even if you tell your browser to not cache anything Google still will. Make sure to change the name of the kml file to ensure no possible caching.